summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-04 20:39:23 +0100
committerAndrew Dolgov <[email protected]>2005-12-04 20:39:23 +0100
commit3a9552024760b8ecb92f6f8100873aa0f084afb9 (patch)
tree035a5c41a9378a048c3e41341189975c6ebf04d8 /viewfeed.js
parent6aece853737c9b85f9b440631ffa69778db326b6 (diff)
s hotkey stars/unstars selection
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 775b40f13..68555bde0 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) {
// }
if (keycode == 83) { // s
- if (active_post_id) toggleMark(active_post_id);
+ selectionToggleMarked();
}
// alert("KC: " + keycode);