Fix: add player css, error_message css

This commit is contained in:
2018-07-13 20:14:51 +09:00
parent ab8ebb9ca1
commit 4edd637b05
10 changed files with 157 additions and 444 deletions
+3 -2
View File
@@ -6,7 +6,8 @@ $(document).ready(function() {
$("#search_player_list_navigator > #page_no_area")
);
searchPlayerListManager.setupSearchPlayerList("");
// searchPlayerListManager.setupSearchPlayerList("");
console.log("search - ready");
});
@@ -17,6 +18,7 @@ function searchPlayer() {
if(playerName.length === 0) {
// $("#search_name_notice").val("학생 이름을 입력하세요.");
$("#search_name").focus();
return;
}
searchPlayerListManager.setupSearchPlayerList(playerName);
@@ -25,7 +27,6 @@ function searchPlayer() {
</script>
<span id="search_player_name">
<h1>검색</h1>