v2 up a80gu930joaif

This commit is contained in:
2018-12-17 17:48:24 +01:00
parent c7f627f392
commit 1d1fe5f9f6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 17:42:04 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 17:48:24 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:Mon Dec 17 2018 17:42:04 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 17:48:24 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18692,7 +18692,7 @@ class AutomaticDispose {
AddMissionsToQueue(Mission) { AddMissionsToQueue(Mission) {
const self = this; const self = this;
return self.ADisDB.ADisMissions.put({ return self.ADisDB.ADisMissions.put({
missionID: Mission.id, missionID: Mission.missionID,
type: Mission.type, type: Mission.type,
runner: Mission.runner, runner: Mission.runner,
name: Mission.name, name: Mission.name,
+1 -1
View File
@@ -1032,7 +1032,7 @@ class AutomaticDispose {
AddMissionsToQueue(Mission) { AddMissionsToQueue(Mission) {
const self = this; const self = this;
return self.ADisDB.ADisMissions.put({ return self.ADisDB.ADisMissions.put({
missionID: Mission.id, missionID: Mission.missionID,
type: Mission.type, type: Mission.type,
runner: Mission.runner, runner: Mission.runner,
name: Mission.name, name: Mission.name,