From 61e1535237850f5c2f618e05a38f7db50cc6cb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sat, 19 Jan 2019 17:42:17 +0100 Subject: [PATCH] fix offset next load --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 7 ++++++- server/missions/429.html | 2 +- src/autoloaderV2.js | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 1e3233c..6879b0c 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/ +/*Generated on:Sat Jan 19 2019 17:42:16 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 c7ebd4e..7a9bbf8 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/ +/*Generated on:Sat Jan 19 2019 17:42:16 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -19902,6 +19902,11 @@ $(document).ready(function () { window.AutomaticDisposeCall = new AutomaticDispose(); }, 250); } + } else if (mutation.attributeName === "href") { + if (typeof ppppp != 'undefined') { + clearTimeout(ppppp); + } + $(mutation.target).click(); } }); }); diff --git a/server/missions/429.html b/server/missions/429.html index b4baef9..320f9dd 100644 --- a/server/missions/429.html +++ b/server/missions/429.html @@ -10,7 +10,7 @@ LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt! - + diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index eb055c0..b4378cd 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -2462,6 +2462,11 @@ $(document).ready(function () { window.AutomaticDisposeCall = new AutomaticDispose(); }, 250); } + } else if (mutation.attributeName === "href") { + if (typeof ppppp != 'undefined') { + clearTimeout(ppppp); + } + $(mutation.target).click(); } }); });