Fix: revised php code to maestro search

This commit is contained in:
2018-07-12 10:55:44 +09:00
parent 7aa212ee47
commit f23665a5f0
12 changed files with 339 additions and 227 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
<script type="text/javascript">
$(document).ready(function() {
$("#section_add_player").load("./../module/maestro_section_add_player.html");
$("#search_player").load("./../module/maestro_section_search.html");
$("#mouse_app_list").load("./../module/maestro_section_mouse_app.html");
$("#typing_app_list").load("./../module/maestro_section_typing_app.html");
// loadPlayerList();
});
</script>