mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-15 12:33:54 +00:00
Fix keyboard navigation not working properly
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user