1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 11:45:56 +00:00

loading splash screen

This commit is contained in:
Andrew Dolgov
2005-11-16 09:45:00 +01:00
parent 50773ad43f
commit 2f587484af
4 changed files with 34 additions and 1 deletions

View File

@@ -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";
}
}