debugger
This commit is contained in:
@@ -2452,6 +2452,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