fix offset next load

This commit is contained in:
2019-01-19 17:42:17 +01:00
parent 7b7859df7f
commit 61e1535237
4 changed files with 13 additions and 3 deletions

View File

@@ -2462,6 +2462,11 @@ $(document).ready(function () {
window.AutomaticDisposeCall = new AutomaticDispose();
}, 250);
}
} else if (mutation.attributeName === "href") {
if (typeof ppppp != 'undefined') {
clearTimeout(ppppp);
}
$(mutation.target).click();
}
});
});