From 509eb9512c6e175e4d22c6df7ba4c0fbb648ce6d Mon Sep 17 00:00:00 2001 From: cneud Date: Wed, 20 Nov 2019 17:08:23 +0100 Subject: [PATCH] set displayRows to 15 --- neath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neath.js b/neath.js index e6279f6..c336f85 100644 --- a/neath.js +++ b/neath.js @@ -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;