v2 uahg9
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Dec 19 2018 16:02:18 GMT+0100 (CET)*/
|
/*Generated on:Wed Dec 19 2018 16:05:37 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();
|
||||||
|
|||||||
Vendored
+7
-3
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Dec 19 2018 16:02:18 GMT+0100 (CET)*/
|
/*Generated on:Wed Dec 19 2018 16:05:37 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18658,8 +18658,12 @@ class AutomaticDispose {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
if ($('#vehicle_show_table_all tr input[type="checkbox"]:checked').length > 0) {
|
||||||
window.$('#mission_alarm_btn').click();
|
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
||||||
|
window.$('#mission_alarm_btn').click();
|
||||||
|
} else {
|
||||||
|
tellParent(`window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}, 250);
|
}, 250);
|
||||||
|
|
||||||
|
|||||||
+6
-2
@@ -1417,8 +1417,12 @@ class AutomaticDispose {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
if ($('#vehicle_show_table_all tr input[type="checkbox"]:checked').length > 0) {
|
||||||
window.$('#mission_alarm_btn').click();
|
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
||||||
|
window.$('#mission_alarm_btn').click();
|
||||||
|
} else {
|
||||||
|
tellParent(`window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}, 250);
|
}, 250);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user