Fix keyboard navigation not working properly

This commit is contained in:
Julien Constant 2023-04-14 15:05:33 +02:00
parent 1e7b8fadc5
commit e9f3d2b377

View File

@ -167,8 +167,10 @@
switch (e.keyCode) {
case 37:
$('#prev a')[0].click();
break;
case 39:
$('#next a')[0].click();
break;
}
});
});