mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
viewfeed() call in multifeed display
This commit is contained in:
@@ -170,6 +170,11 @@ function moveToPost(mode) {
|
||||
}
|
||||
}
|
||||
|
||||
function viewfeed(id) {
|
||||
var f = parent.frames["feeds-frame"];
|
||||
f.viewfeed(id, 0);
|
||||
}
|
||||
|
||||
function localHotkeyHandler(keycode) {
|
||||
|
||||
if (keycode == 78) {
|
||||
|
||||
Reference in New Issue
Block a user