summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-26 13:34:08 +0100
committerAndrew Dolgov <[email protected]>2005-11-26 13:34:08 +0100
commitef775b46d8cc6f2f1f41921b9e939710b3436b72 (patch)
treee102c8182ff18e60c4e573dc862535508ec3f3e9 /tt-rss.js
parent53226edc0d70e85e27d3318750a236ea2ed89ddf (diff)
remove splashscreen
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);
}