1

Navigate through game moves by mouse wheel over the chess board.

This commit is contained in:
vonavi
2014-07-08 17:09:24 +03:00
parent c6593632cd
commit ff744a2c19
3 changed files with 16 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
<!-- Tablesorter jQuery plugin -->
<script src="/assets/js/jquery.tablesorter.min.js"></script>
<script src="/assets/js/jquery.metadata.js"></script>
<script src="/assets/js/jquery.mousewheel.min.js"></script>
<!-- Custom JavaScript based on Bootstrap and jQuery -->
<script src="/assets/js/custom.js"></script>