v2 aijfa9v0ia9i

This commit is contained in:
2018-12-01 15:16:17 +01:00
parent 5cc064e4c9
commit 52cc5ba1ee
3 changed files with 6 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 15:15:16 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 15:16:17 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 15:15:16 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 15:16:17 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -17831,8 +17831,8 @@ class AutomaticDispose {
$("#adis-dashboard-close-button").click(() => { $("#adis-dashboard-close-button").click(() => {
$("#adis-dashboard").animate({ $("#adis-dashboard").animate({
opacity: 0 opacity: 0
}, 200, (e) => { }, 200, () => {
$(e.target).css("display", "none"); $("#adis-dashboard").css("display", "none");
}); });
}); });

View File

@@ -758,8 +758,8 @@ class AutomaticDispose {
$("#adis-dashboard-close-button").click(() => { $("#adis-dashboard-close-button").click(() => {
$("#adis-dashboard").animate({ $("#adis-dashboard").animate({
opacity: 0 opacity: 0
}, 200, (e) => { }, 200, () => {
$(e.target).css("display", "none"); $("#adis-dashboard").css("display", "none");
}); });
}); });