diff --git a/include/login_form.php b/include/login_form.php index cf7f3e124..74f85f314 100755 --- a/include/login_form.php +++ b/include/login_form.php @@ -38,40 +38,50 @@ @@ -93,7 +103,9 @@ function bwLimitChange(elem) {
" />
@@ -103,6 +115,9 @@ function bwLimitChange(elem) { "/> @@ -123,7 +138,7 @@ function bwLimitChange(elem) { @@ -151,7 +166,7 @@ function bwLimitChange(elem) { - diff --git a/js/utility.js b/js/utility.js index 16d4b8b95..b33f2922c 100644 --- a/js/utility.js +++ b/js/utility.js @@ -21,6 +21,9 @@ Event.observe(window, "load", function() { link.onload = function() { document.querySelector("body").removeClassName("css_loading"); + + if (typeof UtilityApp != "undefined") + UtilityApp.init(); }; try {