debug
This commit is contained in:
3
dist/autoloaderV2.js
vendored
3
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Fri Feb 15 2019 17:39:59 GMT+0100 (CET)*/
|
||||
/*Generated on:Fri Feb 15 2019 17:41:18 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -20515,6 +20515,7 @@
|
||||
if ($div.length && isShow) {
|
||||
console.log('DEBUG::', MissionID, 'Start Observer');
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
console.log('DEBUG::','mutations', mutations)
|
||||
mutations.forEach(function (mutation) {
|
||||
console.log('DEBUG::','mutation', mutation)
|
||||
if (mutation.attributeName === "style") {
|
||||
|
||||
Reference in New Issue
Block a user