v2 up a90gui9u39u4t98hgoi
This commit is contained in:
@@ -1056,7 +1056,7 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
FreeIframe(Runner) {
|
||||
console.log('FreeIframe', Runner);
|
||||
// console.log('FreeIframe', Runner);
|
||||
const self = this;
|
||||
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||
@@ -1428,7 +1428,7 @@ class AutomaticDispose {
|
||||
setTimeout(function () {
|
||||
var $div = $("#mission-form > div:nth-child(7) > a");
|
||||
var isShow = $div.is(':hidden');
|
||||
console.log($div, isShow);
|
||||
//console.log($div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
|
||||
Reference in New Issue
Block a user