1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-11 20:59:54 +02:00

set DisplayRows to 20

This commit is contained in:
cneud 2019-11-19 23:06:32 +01:00
parent 40404fdd68
commit 7c89b012cb

View file

@ -48,7 +48,7 @@ function loadFile(evt, onComplete) {
function setupInterface(data, file, urls) {
let displayRows=30
let displayRows=20
let startIndex=0;
let endIndex=displayRows;