Merge "Prevents double-execution of ci_page_loaded"

This commit is contained in:
Jenkins 2014-12-12 17:37:13 +00:00 committed by Gerrit Code Review
commit 7864761690
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}