summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sysconfig/_page.html')
-rw-r--r--templates/sysconfig/_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sysconfig/_page.html b/templates/sysconfig/_page.html
index b179f7d4..1a2f64d6 100644
--- a/templates/sysconfig/_page.html
+++ b/templates/sysconfig/_page.html
@@ -223,5 +223,5 @@
if (ids.indexOf($(this).val()) >= 0) $(this).removeClass('btn-primary').addClass('btn-default');
});
}
- setTimeout(checkBuildStatus, 300);
+ document.addEventListener("DOMContentLoaded", checkBuildStatus, false);
// --></script> \ No newline at end of file