This commit is contained in:
2019-02-20 00:34:31 +01:00
parent 1aeb3467b5
commit 20cebee12d
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 20 2019 00:24:23 GMT+0100 (CET)*/ /*Generated on:Wed Feb 20 2019 00:34:31 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 -4
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 20 2019 00:24:23 GMT+0100 (CET)*/ /*Generated on:Wed Feb 20 2019 00:34:31 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -4513,7 +4513,7 @@ class AutomaticDisposeFaye {
} }
replaceWithPrefix(data) { replaceWithPrefix(data) {
return data.replaceAll('user_id', 'window.user_id') return data.replaceAll('user_id', 'window.user_id').replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd').replaceAll('patientMarkerAdd', 'this.patientMarkerAdd')
.replaceAll('"window.user_id"', 'user_id') .replaceAll('"window.user_id"', 'user_id')
.replaceAll('allianceChat', 'this.allianceChat') .replaceAll('allianceChat', 'this.allianceChat')
.replaceAll('mission_participation_add', 'this.mission_participation_add') .replaceAll('mission_participation_add', 'this.mission_participation_add')
@@ -4523,8 +4523,6 @@ class AutomaticDisposeFaye {
.replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd')
.replaceAll('patientDelete', 'this.patientDelete') .replaceAll('patientDelete', 'this.patientDelete')
.replaceAll('patientFinish','this.patientFinish') .replaceAll('patientFinish','this.patientFinish')
.replaceAll('patientMarkerAdd', 'this.patientMarkerAdd')
.replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd')
.replaceAll('prisonerDelete','this.prisonerDelete') .replaceAll('prisonerDelete','this.prisonerDelete')
.replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd')
.replaceAll('radioMessage', 'this.radioMessage') .replaceAll('radioMessage', 'this.radioMessage')
+1 -3
View File
@@ -38,7 +38,7 @@ class AutomaticDisposeFaye {
} }
replaceWithPrefix(data) { replaceWithPrefix(data) {
return data.replaceAll('user_id', 'window.user_id') return data.replaceAll('user_id', 'window.user_id').replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd').replaceAll('patientMarkerAdd', 'this.patientMarkerAdd')
.replaceAll('"window.user_id"', 'user_id') .replaceAll('"window.user_id"', 'user_id')
.replaceAll('allianceChat', 'this.allianceChat') .replaceAll('allianceChat', 'this.allianceChat')
.replaceAll('mission_participation_add', 'this.mission_participation_add') .replaceAll('mission_participation_add', 'this.mission_participation_add')
@@ -48,8 +48,6 @@ class AutomaticDisposeFaye {
.replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd')
.replaceAll('patientDelete', 'this.patientDelete') .replaceAll('patientDelete', 'this.patientDelete')
.replaceAll('patientFinish','this.patientFinish') .replaceAll('patientFinish','this.patientFinish')
.replaceAll('patientMarkerAdd', 'this.patientMarkerAdd')
.replaceAll('patientMarkerAddCombined', 'this.patientMarkerCombinedAdd')
.replaceAll('prisonerDelete','this.prisonerDelete') .replaceAll('prisonerDelete','this.prisonerDelete')
.replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd')
.replaceAll('radioMessage', 'this.radioMessage') .replaceAll('radioMessage', 'this.radioMessage')