fix slider bug

pull/54/head
Kai 3 years ago
parent b1181f0baf
commit 9858c9de18

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

Loading…
Cancel
Save