pa0ab9
This commit is contained in:
5
dist/autoloader.js
vendored
5
dist/autoloader.js
vendored
@@ -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
2
dist/standalone.js
vendored
@@ -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());
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user