headlines: disable hotkeys for up/down in combined mode (closes #17)
This commit is contained in:
parent
93eb472ca2
commit
4e51dd2bc0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue