v2 up 9ag098augjo

This commit is contained in:
2018-12-17 17:10:05 +01:00
parent dadca832ce
commit 60f672bf97
3 changed files with 8 additions and 4 deletions

View File

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