From 729fe6c8576b2ef435cb049e39e7d81e7398090f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 17 Dec 2018 19:30:34 +0100 Subject: [PATCH] v2 update --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 8 ++++---- src/autoloaderV2.js | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 563cae2..32f6fcc 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 19:29:09 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 19:30:34 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 ed0a651..4bc9f69 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 19:29:09 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 19:30:34 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18782,13 +18782,13 @@ class AutomaticDispose { Wunsche.sort((a, b) => { return a.next_check - b.next_check; }); - //console.log("TIME:", Math.floor(new Date().getTime() / 1000)) + console.log("TIME:", Math.floor(new Date().getTime() / 1000)) //console.table(Wunsche); if (Wunsche.length > 0) { let myWunsch = Wunsche[0]; - // console.log("MYWUNSCH:") - // console.table(myWunsch); + console.log("MYWUNSCH:") + console.table(myWunsch); let MissionID = myWunsch.missionID; if ($('#' + runnerIframe).attr("mission_id") == "empty") { $('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index f3736fc..7673c3c 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1122,13 +1122,13 @@ class AutomaticDispose { Wunsche.sort((a, b) => { return a.next_check - b.next_check; }); - //console.log("TIME:", Math.floor(new Date().getTime() / 1000)) + console.log("TIME:", Math.floor(new Date().getTime() / 1000)) //console.table(Wunsche); if (Wunsche.length > 0) { let myWunsch = Wunsche[0]; - // console.log("MYWUNSCH:") - // console.table(myWunsch); + console.log("MYWUNSCH:") + console.table(myWunsch); let MissionID = myWunsch.missionID; if ($('#' + runnerIframe).attr("mission_id") == "empty") { $('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);