v2 up 9ag098augjo
This commit is contained in:
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 17 2018 16:42:45 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 17 2018 17:10:04 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -19085,7 +19085,9 @@ class AutomaticDispose {
|
||||
}
|
||||
setTimeout(function () {
|
||||
var $div = $("#mission-form > div:nth-child(7) > a");
|
||||
if ($div.length) {
|
||||
var isShow = $div.is(':visible');
|
||||
console.log ($div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
if (mutation.attributeName === "style") {
|
||||
|
||||
Reference in New Issue
Block a user