From: Andrew Dolgov Date: Sun, 9 Sep 2012 21:34:28 +0000 (+0400) Subject: e shortcut: properly handle article selection X-Git-Tag: 1.6.0~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8cdc185ba4750dde98e4ea83174e30091e635506;p=tt-rss.git e shortcut: properly handle article selection --- diff --git a/js/tt-rss.js b/js/tt-rss.js index e4568064..fe53f2ea 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -690,8 +690,7 @@ function hotkey_handler(e) { } if (keycode == 69) { // e - var id = getActiveArticleId(); - emailArticle(id); + emailArticle(); } if ((keycode == 191 || keychar == '?') && shift_key) { // ?