v2 oag0aßg9

This commit is contained in:
2018-12-17 00:42:03 +01:00
parent d2c54b866f
commit c80fe55df9
3 changed files with 114 additions and 110 deletions

2
dist/autoloader.js vendored
View File

@@ -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();

View File

@@ -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);
}
});
});

View File

@@ -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);
}
});
});