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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user