summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-21 16:10:24 +0400
committerAndrew Dolgov <[email protected]>2011-11-21 16:13:47 +0400
commit56d7e943532a8f100bcd8d2e1b9958cc1ce2e18b (patch)
treee20b3e83274617d88e67ffea09cb83e0e6246daf /tt-rss.js
parent620c22aada7358d59009c63d6c2920bf47ca4f7e (diff)
use css for help overlay, css cleanup
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a64bed374..321a74c17 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -695,7 +695,7 @@ function hotkey_handler(e) {
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
if (!Element.visible("hotkey_help_overlay")) {
- Effect.Appear("hotkey_help_overlay", {duration : 0.3});
+ Effect.Appear("hotkey_help_overlay", {duration : 0.3, to : 0.9});
} else {
Element.hide("hotkey_help_overlay");
}