summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-30 07:32:08 +0100
committerAndrew Dolgov <[email protected]>2006-03-30 07:32:08 +0100
commita38f09cf4da7713b858c5fc439be3ad9162ed356 (patch)
tree0035fec8db555ea8a5120dfb3e3b5070b81ad106 /feedlist.js
parentbb3423cf99b7bcb39e6737ae782e01df3136236c (diff)
more debugging in feedlist init
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 97edb4d6d..7bdf63a06 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -230,14 +230,20 @@ function init() {
try {
if (arguments.callee.done) return;
arguments.callee.done = true;
+
+ parent.debug("in feedlist init");
+
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
document.onkeydown = hotkey_handler;
parent.setTimeout("timeout()", 0);
+ parent.debug("about to remove splash, OMG!");
+
var o = parent.document.getElementById("overlay");
if (o) {
o.style.display = "none";
+ parent.debug("removed splash!");
}
} catch (e) {