9c0ax
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Jan 11 2019 03:18:17 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 03:27:44 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
+5
-7
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Jan 11 2019 03:18:17 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 03:27:44 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18484,10 +18484,8 @@ class AutomaticDispose {
|
|||||||
// $('#' + runnerIframe).attr("mission_id", 'empty');
|
// $('#' + runnerIframe).attr("mission_id", 'empty');
|
||||||
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
||||||
// })
|
// })
|
||||||
} else {
|
}
|
||||||
// only while
|
return;
|
||||||
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
||||||
@@ -18513,7 +18511,7 @@ class AutomaticDispose {
|
|||||||
const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name);
|
const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name);
|
||||||
self.MyRunner = self.ADisSettings.runner[runnerID];
|
self.MyRunner = self.ADisSettings.runner[runnerID];
|
||||||
self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID];
|
self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID];
|
||||||
setTimeout(function () {
|
//setTimeout(function () {
|
||||||
self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
var help_el = $('a#mission_help');
|
var help_el = $('a#mission_help');
|
||||||
if (help_el.length > 0) {
|
if (help_el.length > 0) {
|
||||||
@@ -18572,7 +18570,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
// }
|
// }
|
||||||
}, 500);
|
//}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+4
-6
@@ -1130,10 +1130,8 @@ class AutomaticDispose {
|
|||||||
// $('#' + runnerIframe).attr("mission_id", 'empty');
|
// $('#' + runnerIframe).attr("mission_id", 'empty');
|
||||||
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
||||||
// })
|
// })
|
||||||
} else {
|
}
|
||||||
// only while
|
return;
|
||||||
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
|
||||||
@@ -1159,7 +1157,7 @@ class AutomaticDispose {
|
|||||||
const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name);
|
const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name);
|
||||||
self.MyRunner = self.ADisSettings.runner[runnerID];
|
self.MyRunner = self.ADisSettings.runner[runnerID];
|
||||||
self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID];
|
self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID];
|
||||||
setTimeout(function () {
|
//setTimeout(function () {
|
||||||
self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
var help_el = $('a#mission_help');
|
var help_el = $('a#mission_help');
|
||||||
if (help_el.length > 0) {
|
if (help_el.length > 0) {
|
||||||
@@ -1218,7 +1216,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
// }
|
// }
|
||||||
}, 500);
|
//}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user