mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-15 04:23:52 +00:00
Fix keyboard navigation not working properly
This commit is contained in:
@@ -167,8 +167,10 @@
|
||||
switch (e.keyCode) {
|
||||
case 37:
|
||||
$('#prev a')[0].click();
|
||||
break;
|
||||
case 39:
|
||||
$('#next a')[0].click();
|
||||
break;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user