1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:05:58 +00:00

remove splashscreen

This commit is contained in:
Andrew Dolgov
2005-11-26 13:34:08 +01:00
parent 53226edc0d
commit ef775b46d8
6 changed files with 0 additions and 36 deletions

View File

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