fix planned events

This commit is contained in:
2019-02-20 01:09:42 +01:00
parent 1b428e5323
commit a1df6a7b9e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 20 2019 01:06:28 GMT+0100 (CET)*/ /*Generated on:Wed Feb 20 2019 01:09:42 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();
+2 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 20 2019 01:06:28 GMT+0100 (CET)*/ /*Generated on:Wed Feb 20 2019 01:09:42 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -19593,7 +19593,7 @@ class AutomaticDispose {
}).then((Missions) => { }).then((Missions) => {
if (Missions.length > 0) { if (Missions.length > 0) {
var Mission = Missions[0]; var Mission = Missions[0];
if (self.MyRunner == 'os' && ( self.includesString($('#missionH1').text(), '[verband]') || !self.includesString($('#missionH1').text(), '[event]') )) { if (self.MyRunner == 'os' && ( self.includesString($('#missionH1').text(), '[verband]') || self.includesString($('#missionH1').text(), '[event]') )) {
self.OweSecure = true; self.OweSecure = true;
} }
self.GetMissionConfiguration(Mission.type); self.GetMissionConfiguration(Mission.type);
+1 -1
View File
@@ -1560,7 +1560,7 @@ class AutomaticDispose {
}).then((Missions) => { }).then((Missions) => {
if (Missions.length > 0) { if (Missions.length > 0) {
var Mission = Missions[0]; var Mission = Missions[0];
if (self.MyRunner == 'os' && ( self.includesString($('#missionH1').text(), '[verband]') || !self.includesString($('#missionH1').text(), '[event]') )) { if (self.MyRunner == 'os' && ( self.includesString($('#missionH1').text(), '[verband]') || self.includesString($('#missionH1').text(), '[event]') )) {
self.OweSecure = true; self.OweSecure = true;
} }
self.GetMissionConfiguration(Mission.type); self.GetMissionConfiguration(Mission.type);