Fix: press enter to search
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user