v2 up 9uf0a8uf984uihu

This commit is contained in:
2018-12-17 18:32:45 +01:00
parent a5ab7bd80f
commit a39e55f04a
3 changed files with 10 additions and 6 deletions

View File

@@ -1442,7 +1442,7 @@ class AutomaticDispose {
if (mutation.attributeName === "style") {
setTimeout(function () {
alarming()
}, 500);
}, 750);
}
});
});
@@ -1452,7 +1452,9 @@ class AutomaticDispose {
$div.click();
} else {
alarming()
setTimeout(function () {
alarming()
}, 750);
}
}, 500);