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

fail more gracefully on empty TSV file

This commit is contained in:
Kai 2021-02-04 07:39:48 +01:00
parent c707650bb6
commit 3d85d606fd

View file

@ -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