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

View File

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