summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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";
+ }
}