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");
|
var span = $("span.rpcStatus");
|
||||||
$.each(mutations, function(i, mutation) {
|
$.each(mutations, function(i, mutation) {
|
||||||
if (mutation.target === span[0] &&
|
if (mutation.target === span[0] &&
|
||||||
|
mutation.attributeName === "style" &&
|
||||||
(!(span.is(":visible:")))) {
|
(!(span.is(":visible:")))) {
|
||||||
ci_page_loaded();
|
ci_page_loaded();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user