This commit is contained in:
2019-04-11 13:03:14 +02:00
parent 28d1679ff7
commit 18eedd23dd
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Thu Apr 11 2019 12:26:40 GMT+0200 (CEST)*/
/*Generated on:Thu Apr 11 2019 13:03:13 GMT+0200 (CEST)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18429,8 +18429,8 @@ class AutomaticDispose {
self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
//window.console.log('DEBUG:::: Start Mission')
if (self.includesString($('#missionH1 > a').attr("href")||"", "/easteregg")) {
$('#missionH1 > a').click()
if ($('#missionH1 a').length > 0 && String($('#missionH1 a').attr("href")||"").includes("/easteregg")) {
$('#missionH1 a')[0].click()
} else {
self.StartMission();
}