From 2055d4a6dcbfd7d0e791c37bd88db7100052fa3a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Mar 2006 15:45:55 +0100 Subject: hide load progress --- feedlist.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'feedlist.js') 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); } -- cgit v1.2.3