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