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:
11
prefs.js
11
prefs.js
@@ -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() {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user