more debugging in feedlist init
This commit is contained in:
parent
bb3423cf99
commit
a38f09cf4d
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue