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, 0 insertions, 5 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 94aad44d0..41e52c8fe 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -383,11 +383,6 @@ function init_second_stage() {
// setTimeout("timeout()", 2*1000);
// scheduleFeedUpdate(true);
- var splash = document.getElementById("splash");
-
- if (splash) {
- splash.style.display = "none";
- }
} catch (e) {
exception_error("init_second_stage", e);
}