mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-19 13:31:12 +02:00
more debugging in feedlist init
This commit is contained in:
parent
bb3423cf99
commit
a38f09cf4d
@ -230,14 +230,20 @@ function init() {
|
|||||||
try {
|
try {
|
||||||
if (arguments.callee.done) return;
|
if (arguments.callee.done) return;
|
||||||
arguments.callee.done = true;
|
arguments.callee.done = true;
|
||||||
|
|
||||||
|
parent.debug("in feedlist init");
|
||||||
|
|
||||||
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
||||||
document.onkeydown = hotkey_handler;
|
document.onkeydown = hotkey_handler;
|
||||||
parent.setTimeout("timeout()", 0);
|
parent.setTimeout("timeout()", 0);
|
||||||
|
|
||||||
|
parent.debug("about to remove splash, OMG!");
|
||||||
|
|
||||||
var o = parent.document.getElementById("overlay");
|
var o = parent.document.getElementById("overlay");
|
||||||
|
|
||||||
if (o) {
|
if (o) {
|
||||||
o.style.display = "none";
|
o.style.display = "none";
|
||||||
|
parent.debug("removed splash!");
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user