v2 up a8uf90

This commit is contained in:
2018-12-17 17:23:33 +01:00
parent 60f672bf97
commit 1947d7180e
3 changed files with 4 additions and 4 deletions

View File

@@ -1425,7 +1425,7 @@ class AutomaticDispose {
}
setTimeout(function () {
var $div = $("#mission-form > div:nth-child(7) > a");
var isShow = $div.is(':visible');
var isShow = $div.is(':hidden');
console.log ($div, isShow);
if ($div.length && isShow) {
var observer = new MutationObserver(function (mutations) {