v2 up aoc9a9
This commit is contained in:
7
dist/autoloaderV2.js
vendored
7
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Tue Dec 11 2018 19:22:03 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Dec 12 2018 22:39:11 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18974,10 +18974,11 @@ class AutomaticDispose {
|
||||
setTimeout(() => {
|
||||
self.UpdateMissionsToDone(self.MissionID).then(async () => {
|
||||
tellParent(`setTimeout(function(){console.log('ok:${window.name}:${self.MissionID}');},500);`);
|
||||
if (window.$("a[title='Alarmieren, im Verband freigeben und nächsten Einsatz aufrufen']").length > 0 && self.MissionConfig.share) {
|
||||
if (window.$("#mission-form > div.pull-right > div:nth-child(1) > div > a.btn.btn-success.btn-sm.alert_notify_alliance").length > 0 && self.MissionConfig.share) {
|
||||
window.$('input[type=checkbox]').prop('checked', false);
|
||||
await self.WorkVerbandMission(true);
|
||||
window.$("a[title='Alarmieren, im Verband freigeben und nächsten Einsatz aufrufen']")[0].click();
|
||||
window.$('#allianceShareText').val('Kein RD, die Patiernten gehören mir! Anonsten kann nach 2h geschlossen werden. Danke für die Aufmerksamkeit!')
|
||||
window.$("#mission-form > div.pull-right > div:nth-child(1) > div > a.btn.btn-success.btn-sm.alert_notify_alliance").click();
|
||||
} else {
|
||||
window.$('#mission_alarm_btn').click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user