1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 00:01:33 +00:00

hide load progress

This commit is contained in:
Andrew Dolgov
2006-03-20 15:45:55 +01:00
parent ad815c71ea
commit 2055d4a6dc
3 changed files with 25 additions and 0 deletions

View File

@@ -227,6 +227,13 @@ function init() {
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
document.onkeydown = hotkey_handler;
parent.setTimeout("timeout()", 0);
var o = parent.document.getElementById("overlay");
if (o) {
o.style.display = "none";
}
} catch (e) {
exception_error("feedlist/init", e);
}