diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js index e9c9bf2058..1565c3db81 100644 --- a/modules/openstack_project/files/gerrit/hideci.js +++ b/modules/openstack_project/files/gerrit/hideci.js @@ -543,7 +543,7 @@ window.onload = function() { $.each(mutations, function(i, mutation) { if (mutation.target === span[0] && mutation.attributeName === "style" && - (!(span.is(":visible:")))) { + (!(span.is(":visible")))) { ci_page_loaded(); } });