diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-16 09:45:00 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-16 09:45:00 +0100 |
| commit | 2f587484afa7ce5330d92b234784e3d5957f0c57 (patch) | |
| tree | f8e415062e1cc159c8f75cd50a6d163aff686f04 /tt-rss.js | |
| parent | 50773ad43ffb018c9c8b18b461fc92a5c6a5975e (diff) | |
loading splash screen
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; + } } |