mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
fix mouse wheel bug
This commit is contained in:
parent
ca4c401973
commit
374a607ea8
1 changed files with 0 additions and 2 deletions
2
neath.js
2
neath.js
|
@ -781,8 +781,6 @@ function setupInterface(data, file, urls) {
|
|||
|
||||
if (event.deltaY < 0) stepsBackward(1);
|
||||
else stepsForward(1);
|
||||
|
||||
updateTable();
|
||||
});
|
||||
|
||||
$('#back').on('click', function() { stepsBackward(displayRows); } );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue