1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

headlines: disable hotkeys for up/down in combined mode (closes #17)

This commit is contained in:
Andrew Dolgov
2005-12-25 19:07:44 +01:00
parent 93eb472ca2
commit 4e51dd2bc0

View File

@@ -139,6 +139,10 @@ function toggleMark(id) {
function moveToPost(mode) {
// check for combined mode
if (!document.getElementById("headlinesList"))
return;
var rows = getVisibleHeadlineIds();
var prev_id;