This commit is contained in:
2019-01-19 17:36:26 +01:00
parent 598ac38994
commit 7b7859df7f
4 changed files with 5 additions and 3 deletions

View File

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