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

fix slider bug

This commit is contained in:
Kai 2021-03-10 18:41:41 +01:00
parent b1181f0baf
commit 9858c9de18

View file

@ -970,6 +970,10 @@ function setupInterface(data, file, urls) {
$("#docpos").change(
function(evt) {
if (editingTd != null) {
editingTd.finish(true);
}
if (startIndex == data.data.length - this.value) return;
startIndex = data.data.length - this.value;