1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:35:55 +00:00

CDM mode: remove obsolete 't' hotkey

This commit is contained in:
Andrew Dolgov
2008-05-16 03:13:50 +01:00
parent 5ad9d13211
commit b61cf20ca2
3 changed files with 7 additions and 6 deletions

View File

@@ -1588,6 +1588,7 @@ function cdmClicked(elem) {
active_post_id = id;
cdmSelectArticles("none");
toggleUnread(id, 0, true);
toggleSelected(id);
}