v2 uaigf9aip

This commit is contained in:
2018-12-17 19:37:09 +01:00
parent 6361749e0d
commit a0521d8299
3 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 19:33:01 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 19:37:09 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -19008,7 +19008,10 @@ class AutomaticDispose {
if (self.MyRunner == 'os') {
self.OweSecure = true;
}
self.GetMissionConfiguration(Mission.type);
Mission.done = "true";
self.UpdateMissions(Mission).then(()=>{
self.GetMissionConfiguration(Mission.type);
})
}
});
}