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

fix slider

This commit is contained in:
Kai Labusch 2019-12-11 16:11:23 +01:00
parent 1f9fd793a3
commit 67e7f9e0f1

View file

@ -595,7 +595,8 @@ function setupInterface(data, file, urls) {
$("#docpos").val(data.data.length - startIndex);
}
updatePreview($(':focus').data('tableInfo').nRow);
if ($(':focus').data('tableInfo'))
updatePreview($(':focus').data('tableInfo').nRow);
}
let wnd_listener = new window.keypress.Listener();