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 -1
View File
@@ -3,7 +3,7 @@ $(document).ready(function() {
$("#section_add_player").load("./../module/maestro_section_add_player.html");
$("#search").load("./../module/maestro_section_search.html");
loadPlayerList();
// loadPlayerList();
});
</script>