1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-12 05:09:54 +02:00

set displayRows to 15

This commit is contained in:
cneud 2019-11-20 17:08:23 +01:00
parent f5bf8661b9
commit 509eb9512c

View file

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