v2 up duaiv8a
This commit is contained in:
Vendored
+1
-1
@@ -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_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
+3
-1
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -17408,6 +17408,8 @@ class AutomaticDispose {
|
|||||||
if ($('#h2_prisoners').length > 0) {
|
if ($('#h2_prisoners').length > 0) {
|
||||||
this.Collect_Jails();
|
this.Collect_Jails();
|
||||||
} else {
|
} else {
|
||||||
|
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
|
console.log('Check_Call_Police_Active', MissionID)
|
||||||
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
|
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
|
||||||
$("#adis-sprechwunsch-police-frame").attr("src", "");
|
$("#adis-sprechwunsch-police-frame").attr("src", "");
|
||||||
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
|
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
|
||||||
|
|||||||
@@ -472,6 +472,8 @@ class AutomaticDispose {
|
|||||||
if ($('#h2_prisoners').length > 0) {
|
if ($('#h2_prisoners').length > 0) {
|
||||||
this.Collect_Jails();
|
this.Collect_Jails();
|
||||||
} else {
|
} else {
|
||||||
|
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
|
console.log('Check_Call_Police_Active', MissionID)
|
||||||
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
|
this.RemovePoliceSprechwunschFromQueue(MissionID).then((deleteCount) => {
|
||||||
$("#adis-sprechwunsch-police-frame").attr("src", "");
|
$("#adis-sprechwunsch-police-frame").attr("src", "");
|
||||||
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
|
$("#adis-sprechwunsch-police-frame").attr("mission_id", "empty");
|
||||||
|
|||||||
Reference in New Issue
Block a user