v2 up ojvoiajoiahg98
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sun Dec 02 2018 10:35:48 GMT+0100 (CET)*/
|
/*Generated on:Sun Dec 02 2018 10:41:18 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
+8
-8
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sun Dec 02 2018 10:35:48 GMT+0100 (CET)*/
|
/*Generated on:Sun Dec 02 2018 10:41:18 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18237,15 +18237,15 @@ class AutomaticDispose {
|
|||||||
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
||||||
$('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);
|
$('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);
|
||||||
$('#' + runnerIframe).attr("mission_id", MissionID);
|
$('#' + runnerIframe).attr("mission_id", MissionID);
|
||||||
self.UpdateMissionsToDone(MissionID).then(() => {
|
// self.UpdateMissionsToDone(MissionID).then(() => {
|
||||||
// console.log('done.... ' + Runner);
|
// // console.log('done.... ' + Runner);
|
||||||
$('#' + runnerIframe).attr("src", '');
|
// $('#' + runnerIframe).attr("src", '');
|
||||||
$('#' + 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 {
|
} else {
|
||||||
// only while
|
// only while
|
||||||
setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
+7
-7
@@ -1067,15 +1067,15 @@ class AutomaticDispose {
|
|||||||
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframe).attr("mission_id") == "empty") {
|
||||||
$('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);
|
$('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);
|
||||||
$('#' + runnerIframe).attr("mission_id", MissionID);
|
$('#' + runnerIframe).attr("mission_id", MissionID);
|
||||||
self.UpdateMissionsToDone(MissionID).then(() => {
|
// self.UpdateMissionsToDone(MissionID).then(() => {
|
||||||
// console.log('done.... ' + Runner);
|
// // console.log('done.... ' + Runner);
|
||||||
$('#' + runnerIframe).attr("src", '');
|
// $('#' + runnerIframe).attr("src", '');
|
||||||
$('#' + 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 {
|
} else {
|
||||||
// only while
|
// only while
|
||||||
setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user