fix 3
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Thu Apr 11 2019 12:25:24 GMT+0200 (CEST)*/
|
/*Generated on:Thu Apr 11 2019 12:26:40 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();
|
||||||
|
|||||||
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Thu Apr 11 2019 12:25:24 GMT+0200 (CEST)*/
|
/*Generated on:Thu Apr 11 2019 12:26:40 GMT+0200 (CEST)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18429,7 +18429,7 @@ 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 (self.includesString($('#missionH1 > a').attr("href"), "/easteregg")) {
|
if (self.includesString($('#missionH1 > a').attr("href")||"", "/easteregg")) {
|
||||||
$('#missionH1 > a').click()
|
$('#missionH1 > a').click()
|
||||||
} else {
|
} else {
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ 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 (self.includesString($('#missionH1 > a').attr("href"), "/easteregg")) {
|
if (self.includesString($('#missionH1 > a').attr("href")||"", "/easteregg")) {
|
||||||
$('#missionH1 > a').click()
|
$('#missionH1 > a').click()
|
||||||
} else {
|
} else {
|
||||||
self.StartMission();
|
self.StartMission();
|
||||||
|
|||||||
Reference in New Issue
Block a user