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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user