1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 06:25:56 +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

@@ -1026,14 +1026,14 @@ function hotkey_handler(e) {
return;
}
if (keycode == 84 && shift_key) { // t
if (keycode == 84) { // t
var id = getActiveArticleId();
if (id) {
editArticleTags(id, getActiveFeedId(), isCdmMode());
}
}
if (keycode == 84) { // t
/* if (keycode == 84) { // t
var id = getActiveArticleId();
if (id) {
var cb = document.getElementById("RCHK-" + id);
@@ -1043,7 +1043,7 @@ function hotkey_handler(e) {
toggleSelectRowById(cb, "RROW-" + id);
}
}
}
} */
if (keycode == 79) { // o
if (getActiveArticleId()) {