debug
This commit is contained in:
@@ -2480,7 +2480,7 @@
|
||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||
console.log('DEBUG::', MissionID, $div, isHidden);
|
||||
|
||||
if ($div.length && isHidden) {
|
||||
if ($div.length >=1 && !isHidden) {
|
||||
console.log('DEBUG::', MissionID, 'Start Observer');
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
console.log('DEBUG::','mutations', mutations)
|
||||
|
||||
Reference in New Issue
Block a user