v2 up duaiv8a

This commit is contained in:
2018-12-02 22:20:54 +01:00
parent 9bebbdf2f4
commit ba52eaf06f
3 changed files with 6 additions and 2 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 22:14:59 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 22:20:53 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

View File

@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 22:14:59 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 22:20:53 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -17408,6 +17408,8 @@ class AutomaticDispose {
if ($('#h2_prisoners').length > 0) {
this.Collect_Jails();
} else {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('Check_Call_Police_Active', MissionID)
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
$("#adis-sprechwunsch-police-frame").attr("src", "");
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");

View File

@@ -472,6 +472,8 @@ class AutomaticDispose {
if ($('#h2_prisoners').length > 0) {
this.Collect_Jails();
} else {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
console.log('Check_Call_Police_Active', MissionID)
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
$("#adis-sprechwunsch-police-frame").attr("src", "");
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");