diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-05-15 17:18:58 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-05-15 17:18:58 +0100 |
| commit | 5ac3b9d607ac518d06e7f8208d45720e3b64cea9 (patch) | |
| tree | 143909281ffd6f7f07aca9b88dc3544946c29c61 /tt-rss.php | |
| parent | 94a82fecd278e79215a1358ae45768dd71a9e72d (diff) | |
rework hotkeys: hide overlay by default
Diffstat (limited to 'tt-rss.php')
| -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 1bb490b36..b5fac9f54 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -82,7 +82,7 @@ </div> </div> -<div id="hotkey_help_overlay"> +<div id="hotkey_help_overlay" style="display : none"> <?php include "help/3.php" ?> </div> |