esteregg
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Mar 30 2019 18:18:34 GMT+0100 (CET)*/
|
/*Generated on:Thu Apr 11 2019 12:20:33 GMT+0200 (CEST)*/
|
||||||
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
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Mar 30 2019 18:18:34 GMT+0100 (CET)*/
|
/*Generated on:Thu Apr 11 2019 12:20:33 GMT+0200 (CEST)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18429,8 +18429,12 @@ class AutomaticDispose {
|
|||||||
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('DEBUG:::: Start Mission')
|
//window.console.log('DEBUG:::: Start Mission')
|
||||||
|
if ($('#missionH1 > a').attr("href").includes("/easteregg")) {
|
||||||
|
$('#missionH1 > a').click()
|
||||||
|
} else {
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
new AutomaticDisposeFaye(myFaye)
|
new AutomaticDisposeFaye(myFaye)
|
||||||
|
|||||||
@@ -346,8 +346,12 @@ class AutomaticDispose {
|
|||||||
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('DEBUG:::: Start Mission')
|
//window.console.log('DEBUG:::: Start Mission')
|
||||||
|
if ($('#missionH1 > a').attr("href").includes("/easteregg")) {
|
||||||
|
$('#missionH1 > a').click()
|
||||||
|
} else {
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
new AutomaticDisposeFaye(myFaye)
|
new AutomaticDisposeFaye(myFaye)
|
||||||
|
|||||||
Reference in New Issue
Block a user