mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-06 10:05:16 +00:00
Fix keyboard navigation not working properly
This commit is contained in:
parent
1e7b8fadc5
commit
e9f3d2b377
@ -167,8 +167,10 @@
|
|||||||
switch (e.keyCode) {
|
switch (e.keyCode) {
|
||||||
case 37:
|
case 37:
|
||||||
$('#prev a')[0].click();
|
$('#prev a')[0].click();
|
||||||
|
break;
|
||||||
case 39:
|
case 39:
|
||||||
$('#next a')[0].click();
|
$('#next a')[0].click();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user