iajvoiajvo
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -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();
|
||||
|
||||
3
dist/autoloaderV2.js
vendored
3
dist/autoloaderV2.js
vendored
@@ -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") {
|
||||
|
||||
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user