apkag
This commit is contained in:
6
dist/autoloader.js
vendored
6
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Nov 24 2018 16:06:22 GMT+0100 (CET)*/
|
/*Generated on:Sat Nov 24 2018 16:07:35 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
@@ -6453,10 +6453,10 @@ ADisDB.on("ready", () => {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Wunsch) => {
|
}).then((Wunsch) => {
|
||||||
console.log(Wunsch, typeof Wunsch);
|
console.log('ADis_OpenNextPoliceSprechwunsch:', Wunsch, typeof Wunsch);
|
||||||
if (Wunsch !== undefined) {
|
if (Wunsch !== undefined) {
|
||||||
Wunsch.each((myWunsch) => {
|
Wunsch.each((myWunsch) => {
|
||||||
console.log(myWunsch, typeof myWunsch);
|
console.log('ADis_OpenNextPoliceSprechwunsch: Wunsch_each', myWunsch, typeof myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
ADis_UpdatePoliceSprechwunschToDone(MissionID).then(() => {
|
ADis_UpdatePoliceSprechwunschToDone(MissionID).then(() => {
|
||||||
if ($("#adis-sprechwunsch-police-frame").attr("mission_id") == "empty") {
|
if ($("#adis-sprechwunsch-police-frame").attr("mission_id") == "empty") {
|
||||||
|
|||||||
2
dist/standalone.js
vendored
2
dist/standalone.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Nov 24 2018 16:06:22 GMT+0100 (CET)*/
|
/*Generated on:Sat Nov 24 2018 16:07:35 GMT+0100 (CET)*/
|
||||||
function includesString(string1, string2) {
|
function includesString(string1, string2) {
|
||||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ function ADis_OpenNextPoliceSprechwunsch() {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Wunsch) => {
|
}).then((Wunsch) => {
|
||||||
console.log(Wunsch, typeof Wunsch);
|
console.log('ADis_OpenNextPoliceSprechwunsch:', Wunsch, typeof Wunsch);
|
||||||
if (Wunsch !== undefined) {
|
if (Wunsch !== undefined) {
|
||||||
Wunsch.each((myWunsch) => {
|
Wunsch.each((myWunsch) => {
|
||||||
console.log(myWunsch, typeof myWunsch);
|
console.log('ADis_OpenNextPoliceSprechwunsch: Wunsch_each', myWunsch, typeof myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
ADis_UpdatePoliceSprechwunschToDone(MissionID).then(() => {
|
ADis_UpdatePoliceSprechwunschToDone(MissionID).then(() => {
|
||||||
if ($("#adis-sprechwunsch-police-frame").attr("mission_id") == "empty") {
|
if ($("#adis-sprechwunsch-police-frame").attr("mission_id") == "empty") {
|
||||||
|
|||||||
Reference in New Issue
Block a user