From 56d7e943532a8f100bcd8d2e1b9958cc1ce2e18b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Nov 2011 16:10:24 +0400 Subject: use css for help overlay, css cleanup --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') 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"); } -- cgit v1.2.3