1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

add a q shortcut; remove close_article button

This commit is contained in:
Andrew Dolgov
2013-01-23 13:39:36 +04:00
parent c2cd348b75
commit 2cda431400
4 changed files with 5 additions and 9 deletions

View File

@@ -764,6 +764,9 @@ function hotkey_handler(e) {
case "article_scroll_up":
scrollArticle(-50);
return false;
case "close_article":
closeArticlePanel();
return false;
case "email_article":
if (typeof emailArticle != "undefined") {
emailArticle();