This commit is contained in:
2019-02-15 17:31:12 +01:00
parent 34de0b22be
commit 0f61a4a5ae
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Feb 15 2019 17:28:17 GMT+0100 (CET)*/ /*Generated on:Fri Feb 15 2019 17:31:11 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 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Fri Feb 15 2019 17:28:17 GMT+0100 (CET)*/ /*Generated on:Fri Feb 15 2019 17:31:11 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -17962,6 +17962,7 @@
// - Sprechwunsch Handler Polizei/Gefangene // - Sprechwunsch Handler Polizei/Gefangene
// - // -
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') { if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
window.console.log('Start Police Active')
self.Check_Call_Police_Active(); self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') { } else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
window.console.log('Start Mission') window.console.log('Start Mission')
+1
View File
@@ -163,6 +163,7 @@
// - Sprechwunsch Handler Polizei/Gefangene // - Sprechwunsch Handler Polizei/Gefangene
// - // -
if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') { if (window.location.pathname.indexOf("/missions/") !== -1 && window.name == 'adis-sprechwunsch-police') {
window.console.log('Start Police Active')
self.Check_Call_Police_Active(); self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') { } else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
window.console.log('Start Mission') window.console.log('Start Mission')