diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-12 07:55:33 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-12 07:55:33 +0100 |
| commit | 88dd0ac0e3301f26f711b0bc350d745ab723adf8 (patch) | |
| tree | 0e2947a4cc3c33b0d2c33e6c56d2e865985c325d | |
| parent | 4fdb0476e5d9e861a4ba510dbe5f885dcdf1575f (diff) | |
reenable splash
| -rw-r--r-- | tt-rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php index 0a68a5b0f..33d7392b8 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -61,7 +61,7 @@ <body onresize="resize_headlines()" id="ttrssMain"> -<div id="overlay" style="display : none"> +<div id="overlay" style="display : block"> <div id="overlay_inner"> <?php echo __("Loading, please wait...") ?> |