debugger
This commit is contained in:
3
dist/autoloaderV2.js
vendored
3
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Jan 19 2019 04:35:47 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -19892,6 +19892,7 @@ $(document).ready(function () {
|
||||
if ($div.length && isShow) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
console.log(mutation)
|
||||
if (mutation.attributeName === "style") {
|
||||
if ($(mutation.target).css('display') == 'none') {
|
||||
if (typeof ppppp != 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user