1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 17:31:28 +00:00

rework entry display for prefs, filters, labels and users

This commit is contained in:
Andrew Dolgov
2008-05-17 16:36:35 +01:00
parent c239b26b3a
commit a95da1368e
6 changed files with 68 additions and 82 deletions

View File

@@ -1772,7 +1772,6 @@ function pref_hotkey_handler(e) {
return focus_element(search_boxes[i]);
}
}
}
}
@@ -1805,10 +1804,6 @@ function pref_hotkey_handler(e) {
return browseFeeds();
}
if (keycode == 69) { // e
return editCurrentEntryDispatcher();
}
}
/* Prefix g */
@@ -2139,9 +2134,3 @@ function rescore_all_feeds() {
xmlhttp.send(null);
}
}
function editCurrentEntryDispatcher() {
}