diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-05-17 16:36:35 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-05-17 16:36:35 +0100 |
| commit | a95da1368ec6ed8e7a6e26c831cf160b71440766 (patch) | |
| tree | 4ffd304c61256a690dead14dbbe4f76c20a8540f /prefs.js | |
| parent | c239b26b3a199a92ee64ee58cff118283fa9495e (diff) | |
rework entry display for prefs, filters, labels and users
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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() { - - - -} |