]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
loading splash screen
[tt-rss.git] / tt-rss.js
index 13b7e50a64d368f89ade399513db9cc84ab94406..d4a31bcdd95f7c5f992631003e59fa6cbfbc13c3 100644 (file)
--- 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";
+       }
 
 }