diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js index 8dd9f9d115..faa4c19179 100644 --- a/modules/openstack_project/files/gerrit/hideci.js +++ b/modules/openstack_project/files/gerrit/hideci.js @@ -291,6 +291,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(); }