mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-12 21:29:54 +02:00
fix slider
This commit is contained in:
parent
1f9fd793a3
commit
67e7f9e0f1
1 changed files with 2 additions and 1 deletions
3
neath.js
3
neath.js
|
@ -595,7 +595,8 @@ function setupInterface(data, file, urls) {
|
||||||
$("#docpos").val(data.data.length - startIndex);
|
$("#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();
|
let wnd_listener = new window.keypress.Listener();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue