iajvoiajvo
This commit is contained in:
Vendored
+1
-1
@@ -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_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();
|
||||||
|
|||||||
Vendored
+2
-1
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18165,6 +18165,7 @@ class AutomaticDispose {
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((myWunsch) => {
|
return Wunsch.each((myWunsch) => {
|
||||||
|
console.log("MYWUNSCH:")
|
||||||
console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
if ($('#' + runnerIframeName).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframeName).attr("mission_id") == "empty") {
|
||||||
|
|||||||
@@ -1038,6 +1038,7 @@ class AutomaticDispose {
|
|||||||
return Wunsch.count(function (count) {
|
return Wunsch.count(function (count) {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Wunsch.each((myWunsch) => {
|
return Wunsch.each((myWunsch) => {
|
||||||
|
console.log("MYWUNSCH:")
|
||||||
console.table(myWunsch);
|
console.table(myWunsch);
|
||||||
let MissionID = myWunsch.missionID;
|
let MissionID = myWunsch.missionID;
|
||||||
if ($('#' + runnerIframeName).attr("mission_id") == "empty") {
|
if ($('#' + runnerIframeName).attr("mission_id") == "empty") {
|
||||||
|
|||||||
Reference in New Issue
Block a user