v2 up a90gui9u39u4t98hgoi

This commit is contained in:
2018-12-17 17:55:18 +01:00
parent 5435c440ec
commit 4a29d9d4d4
3 changed files with 6 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 17:55:17 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 17:55:17 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18716,7 +18716,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];
@@ -19088,7 +19088,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) {

View File

@@ -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) {