diff --git a/dist/autoloader.js b/dist/autoloader.js index 2b06ab1..03817d7 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 18:02:39 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 18:32:44 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 cd4fe7f..ecc1924 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 18:02:39 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 18:32:44 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -19102,7 +19102,7 @@ class AutomaticDispose { if (mutation.attributeName === "style") { setTimeout(function () { alarming() - }, 500); + }, 750); } }); }); @@ -19112,7 +19112,9 @@ class AutomaticDispose { $div.click(); } else { - alarming() + setTimeout(function () { + alarming() + }, 750); } }, 500); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index b872f6c..0694dc9 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1442,7 +1442,7 @@ class AutomaticDispose { if (mutation.attributeName === "style") { setTimeout(function () { alarming() - }, 500); + }, 750); } }); }); @@ -1452,7 +1452,9 @@ class AutomaticDispose { $div.click(); } else { - alarming() + setTimeout(function () { + alarming() + }, 750); } }, 500);