1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

login form: add workarounds for chrome password manager

This commit is contained in:
Andrew Dolgov
2020-01-25 17:00:51 +03:00
parent 88d4324e32
commit 076c5382fa
2 changed files with 49 additions and 31 deletions

View File

@@ -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 {