diff --git a/dist/autoloader.js b/dist/autoloader.js index c956577..c8c5d78 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Dec 01 2018 15:25:44 GMT+0100 (CET)*/ +/*Generated on:Sat Dec 01 2018 15:27:19 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 a6a4fe1..d39915f 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Dec 01 2018 15:25:44 GMT+0100 (CET)*/ +/*Generated on:Sat Dec 01 2018 15:27:19 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18165,6 +18165,7 @@ class AutomaticDispose { return Wunsch.count(function (count) { if (count > 0) { return Wunsch.each((myWunsch) => { + console.log("MYWUNSCH:") console.table(myWunsch); let MissionID = myWunsch.missionID; if ($('#' + runnerIframeName).attr("mission_id") == "empty") { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 4a07551..10f471e 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1038,6 +1038,7 @@ class AutomaticDispose { return Wunsch.count(function (count) { if (count > 0) { return Wunsch.each((myWunsch) => { + console.log("MYWUNSCH:") console.table(myWunsch); let MissionID = myWunsch.missionID; if ($('#' + runnerIframeName).attr("mission_id") == "empty") {