Merge "Prevents double-execution of ci_page_loaded"
This commit is contained in:
commit
7864761690
@ -319,6 +319,7 @@ window.onload = function() {
|
||||
var span = $("span.rpcStatus");
|
||||
$.each(mutations, function(i, mutation) {
|
||||
if (mutation.target === span[0] &&
|
||||
mutation.attributeName === "style" &&
|
||||
(!(span.is(":visible:")))) {
|
||||
ci_page_loaded();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user