v2 oag0aßg9
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 17 2018 00:39:40 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 17 2018 00:42:02 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();
|
||||
|
||||
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 17 2018 00:39:40 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 17 2018 00:42:02 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -19040,7 +19040,9 @@ class AutomaticDispose {
|
||||
if (mutation.attributeName === "class") {
|
||||
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
||||
console.log("Class attribute changed to:", attributeValue);
|
||||
setTimeout(function () {
|
||||
alarming()
|
||||
}, 1000);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1380,7 +1380,9 @@ class AutomaticDispose {
|
||||
if (mutation.attributeName === "class") {
|
||||
var attributeValue = $(mutation.target).prop(mutation.attributeName);
|
||||
console.log("Class attribute changed to:", attributeValue);
|
||||
setTimeout(function () {
|
||||
alarming()
|
||||
}, 1000);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user