summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-10 01:34:28 +0400
committerAndrew Dolgov <[email protected]>2012-09-10 01:34:28 +0400
commit8cdc185ba4750dde98e4ea83174e30091e635506 (patch)
tree850fa6d9f38797f9ca2235d8eef86497664d7357 /js
parent18cf1358e03322cbecd535b16f4a39f788f644af (diff)
e shortcut: properly handle article selection
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index e45680648..fe53f2ea2 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) { // ?