()
| 566 | } |
| 567 | } |
| 568 | function prev() { |
| 569 | var previousButton = document.querySelector('.nav-chapters.previous'); |
| 570 | if (previousButton) { |
| 571 | window.location.href = previousButton.href; |
| 572 | } |
| 573 | } |
| 574 | switch (e.key) { |
| 575 | case 'ArrowRight': |
| 576 | e.preventDefault(); |