Add: player list navigator

This commit is contained in:
2018-07-03 17:35:40 +09:00
parent e28bcf3437
commit cec8e18470
8 changed files with 122 additions and 122 deletions
@@ -1,6 +1,5 @@
<script type="text/javascript">
$(document).ready(function() {
console.log("search loaded");
searchPlayerList = new PlayerList($("#search_player_list"));
});
</script>