This commit is contained in:
2019-02-15 17:36:31 +01:00
parent c8d3472d2c
commit 7540e20591
3 changed files with 6 additions and 2 deletions

View File

@@ -2489,6 +2489,7 @@
clearTimeout(ppppp);
}
ppppp = setTimeout(function () {
window.console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
window.AutomaticDisposeCall = new AutomaticDispose();
}, 250);
}
@@ -2510,6 +2511,7 @@
})
$div.click();
} else {
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
window.AutomaticDisposeCall = new AutomaticDispose();
}
});