v2 aijfa9v0ia9i
This commit is contained in:
@@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user