v2 up check why missions new added not triggered

This commit is contained in:
2018-12-18 00:25:57 +01:00
parent e2324e640e
commit 6f3c8361a1
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Dec 18 2018 00:03:25 GMT+0100 (CET)*/
/*Generated on:Tue Dec 18 2018 00:25:56 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18189,6 +18189,7 @@ class AutomaticDispose {
console.log(count, runnerOpt);
if (count > 0) {
return Missions.each((Mission) => {
console.table(Mission);
var MissionElement = $("#mission_" + ID);
var _MissionID = MissionElement.attr("mission_id");
var _MissionType = MissionElement.attr("mission_type_id");