Fix: press enter to search

This commit is contained in:
2018-09-16 21:10:36 +09:00
parent cbde6256d6
commit 807afdc3ff
6 changed files with 97 additions and 62 deletions
@@ -1,6 +1,12 @@
<script type="text/javascript">
$(document).ready(function() {
$("#entercode").keydown(function(key) {
if(key.keyCode == 13) {
addPlayer();
}
});
addPlayerListManager = new PlayerListManager(
$("#add_player_list"),
// $(".pagination")