1
0
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:
Andrew Dolgov
2005-11-16 06:22:21 +01:00
parent cbe45fa8ec
commit 2db4190c9e
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -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) {