summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 03:13:50 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 03:13:50 +0100
commitb61cf20ca28b73a968fa537ca51f6cfef97fe646 (patch)
treeae3e4b4c38e411ce54de52d91771ce82c8aa21c3 /viewfeed.js
parent5ad9d132117af6a65a1b496850e7db441b36b5ad (diff)
CDM mode: remove obsolete 't' hotkey
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 2deb9a656..fb7275127 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -1588,6 +1588,7 @@ function cdmClicked(elem) {
active_post_id = id;
cdmSelectArticles("none");
+ toggleUnread(id, 0, true);
toggleSelected(id);
}