This commit is contained in:
2018-11-27 15:05:40 +01:00
parent 3d057ad3e8
commit 9536bd0c37
3 changed files with 6 additions and 4 deletions

5
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 15:04:41 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 15:05:39 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
@@ -5286,11 +5286,12 @@ ADisDB.on("ready", () => {
return Wunsch.count(function (count) {
if (count > 0) {
Wunsch.each((mywunsch) => {
MainHandler()
return MainHandler()
});
}
});
}
return tellParent(`console.log('done:${window.name}:${MissionID}');ADis_MissionDelete('${window.name}', '${MissionID}');`);
})
}, 2000);
});

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 15:04:41 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 15:05:39 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}

View File

@@ -36,11 +36,12 @@ $(document).ready(function () {
return Wunsch.count(function (count) {
if (count > 0) {
Wunsch.each((mywunsch) => {
MainHandler()
return MainHandler()
});
}
});
}
return tellParent(`console.log('done:${window.name}:${MissionID}');ADis_MissionDelete('${window.name}', '${MissionID}');`);
})
}, 2000);
});