summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 15:45:55 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 15:45:55 +0100
commit2055d4a6dcbfd7d0e791c37bd88db7100052fa3a (patch)
tree0913f31034690106fbf41cb40419203bdde8626d /feedlist.js
parentad815c71ea70998c1fab0de1fd74e5507799cd60 (diff)
hide load progress
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 8f9898ac7..1be1020c6 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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);
}