diff --git a/dist/autoloader.js b/dist/autoloader.js index c55e467..fda9ecd 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:51:41 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 02:00:15 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 56683cf..0db8191 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 01:51:41 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 02:00:15 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18803,7 +18803,7 @@ class AutomaticDispose { $div.click(); } else { */ - self.StartAlarmProcessProc() + self.StartAlarmProcessProc() //} @@ -19777,7 +19777,9 @@ $(document).ready(function () { }); observer.observe($div[0], { attributes: true, - characterData: true + characterData: true, + attributeOldValue: true, + characterDataOldValue: true }); $div.click(); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index cfcbaa4..30301a6 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1449,7 +1449,7 @@ class AutomaticDispose { $div.click(); } else { */ - self.StartAlarmProcessProc() + self.StartAlarmProcessProc() //} @@ -2423,7 +2423,9 @@ $(document).ready(function () { }); observer.observe($div[0], { attributes: true, - characterData: true + characterData: true, + attributeOldValue: true, + characterDataOldValue: true }); $div.click();