diff --git a/neat.js b/neat.js index 7b64f14..b52c66d 100644 --- a/neat.js +++ b/neat.js @@ -48,6 +48,8 @@ function loadFile(evt, onComplete) { function setupInterface(data, file, urls) { + if (data.data.length <= 0) return null; + // private variables of app let displayRows=15