mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:35:56 +00:00
headlines: disable hotkeys for up/down in combined mode (closes #17)
This commit is contained in:
@@ -139,6 +139,10 @@ function toggleMark(id) {
|
|||||||
|
|
||||||
function moveToPost(mode) {
|
function moveToPost(mode) {
|
||||||
|
|
||||||
|
// check for combined mode
|
||||||
|
if (!document.getElementById("headlinesList"))
|
||||||
|
return;
|
||||||
|
|
||||||
var rows = getVisibleHeadlineIds();
|
var rows = getVisibleHeadlineIds();
|
||||||
|
|
||||||
var prev_id;
|
var prev_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user