fix offset next load
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user