Fix: setupSearchPlayerList after delete search player list

This commit is contained in:
2018-07-04 11:05:17 +09:00
parent 4413f0de0b
commit 401d90e3f9
3 changed files with 148 additions and 130 deletions
+2
View File
@@ -24,7 +24,9 @@ function tabClicked(tabNo) {
// hide and show content
switch(tabNo) {
case 1:
addPlayerListManager.setupAddPlayerList();
$("#section_add_player").removeClass("hide");
$("#search").addClass("hide");
$("#mouse_app_list").addClass("hide");
$("#typing_app_list").addClass("hide");