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