summaryrefslogtreecommitdiff
path: root/js/utility.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-25 17:00:51 +0300
committerAndrew Dolgov <[email protected]>2020-01-25 17:00:51 +0300
commit076c5382fafcaf5ffd2bd41752e8e3c3b20e6af0 (patch)
treedf17a9dd740d8ae056a30411d78911bc8135b168 /js/utility.js
parent88d4324e32eeacb49459bb7787f1545c2e85436d (diff)
login form: add workarounds for chrome password manager
Diffstat (limited to 'js/utility.js')
-rw-r--r--js/utility.js3
1 files changed, 3 insertions, 0 deletions
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 {