summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 17:18:58 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 17:18:58 +0100
commit5ac3b9d607ac518d06e7f8208d45720e3b64cea9 (patch)
tree143909281ffd6f7f07aca9b88dc3544946c29c61 /tt-rss.php
parent94a82fecd278e79215a1358ae45768dd71a9e72d (diff)
rework hotkeys: hide overlay by default
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
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>