v2 fix paf0av0av

This commit is contained in:
2018-11-28 21:23:54 +01:00
parent 6306739366
commit c13b88d5b2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:22:19 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 21:23: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();
+2 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:22:19 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 21:23:53 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -5118,7 +5118,7 @@ class AutomaticDispose {
// Gefängnis einlieferung // Gefängnis einlieferung
Send_Vehicle_To_Jail() { Send_Vehicle_To_Jail() {
var JailHref = that.Jails[0].href var JailHref = this.Jails[0].href
document.location.href = document.location.origin + JailHref; document.location.href = document.location.origin + JailHref;
} }
+1 -1
View File
@@ -643,7 +643,7 @@ class AutomaticDispose {
// Gefängnis einlieferung // Gefängnis einlieferung
Send_Vehicle_To_Jail() { Send_Vehicle_To_Jail() {
var JailHref = that.Jails[0].href var JailHref = this.Jails[0].href
document.location.href = document.location.origin + JailHref; document.location.href = document.location.origin + JailHref;
} }