mvpad
This commit is contained in:
8
dist/autoloader.js
vendored
8
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 21:39:42 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 21:42:55 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();
|
||||
@@ -17844,11 +17844,7 @@ ADisDB.on("ready", () => {
|
||||
console.log("WILL KLICK SEND")
|
||||
setTimeout(() => {
|
||||
$('#mission_alarm_btn').click();
|
||||
tellParent(`setTimeout(function(){
|
||||
console.log('ok:${window.name}:${MissionID}');
|
||||
ADis_MissionUpdateDone('${window.name}', '${MissionID}');
|
||||
},1000);
|
||||
`);
|
||||
tellParent(`setTimeout(function(){console.log('ok:${window.name}:${MissionID}');ADis_MissionUpdateDone('${window.name}', '${MissionID}');},1000);`);
|
||||
}, 250);
|
||||
}
|
||||
})
|
||||
|
||||
2
dist/standalone.js
vendored
2
dist/standalone.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 21:39:42 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 21:42:55 GMT+0100 (CET)*/
|
||||
function includesString(string1, string2) {
|
||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||
}
|
||||
|
||||
@@ -175,11 +175,7 @@ function AD_StartAlarmProcess() {
|
||||
console.log("WILL KLICK SEND")
|
||||
setTimeout(() => {
|
||||
$('#mission_alarm_btn').click();
|
||||
tellParent(`setTimeout(function(){
|
||||
console.log('ok:${window.name}:${MissionID}');
|
||||
ADis_MissionUpdateDone('${window.name}', '${MissionID}');
|
||||
},1000);
|
||||
`);
|
||||
tellParent(`setTimeout(function(){console.log('ok:${window.name}:${MissionID}');ADis_MissionUpdateDone('${window.name}', '${MissionID}');},1000);`);
|
||||
}, 250);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user