summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
commit2f587484afa7ce5330d92b234784e3d5957f0c57 (patch)
treef8e415062e1cc159c8f75cd50a6d163aff686f04 /tt-rss.js
parent50773ad43ffb018c9c8b18b461fc92a5c6a5975e (diff)
loading splash screen
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 13b7e50a6..d4a31bcdd 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -390,6 +390,11 @@ function init_second_stage() {
setTimeout("timeout()", 2*1000);
// scheduleFeedUpdate(true);
+ var splash = document.getElementById("splash");
+
+ if (splash) {
+ splash.style.display = "none";
+ }
}