diff --git a/dist/autoloader.js b/dist/autoloader.js index 28894bf..b8c1cf8 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 11:05:29 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:07:28 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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index f61cf1f..b394172 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 11:05:29 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 11:07:28 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -4519,6 +4519,7 @@ .replaceAll('missionInvolved', 'this.missionInvolved') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('patientDelete', 'this.patientDelete') + .replaceAll('patientMarkerAddCombined', 'this.patientMarkerAddCombined') .replaceAll('patientMarkerAdd', 'this.patientMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('radioMessage', 'this.radioMessage') @@ -4555,6 +4556,10 @@ // 527339744 // console.log(id) } + patientMarkerAddCombined(data) { + // ?? + console.table(data) + } patientMarkerAdd(data) { // {"missing_text":"Wir benötigen: RTW","name":"Sandra P.","mission_id":977666364,"id":527340413,"miliseconds_by_percent":0,"target_percent":50,"live_current_value":50} console.table(data) diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index afed9ed..6d9cc7c 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -44,6 +44,7 @@ .replaceAll('missionInvolved', 'this.missionInvolved') .replaceAll('missionMarkerAdd', 'this.missionMarkerAdd') .replaceAll('patientDelete', 'this.patientDelete') + .replaceAll('patientMarkerAddCombined', 'this.patientMarkerAddCombined') .replaceAll('patientMarkerAdd', 'this.patientMarkerAdd') .replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd') .replaceAll('radioMessage', 'this.radioMessage') @@ -80,6 +81,10 @@ // 527339744 // console.log(id) } + patientMarkerAddCombined(data) { + // ?? + console.table(data) + } patientMarkerAdd(data) { // {"missing_text":"Wir benötigen: RTW","name":"Sandra P.","mission_id":977666364,"id":527340413,"miliseconds_by_percent":0,"target_percent":50,"live_current_value":50} console.table(data)