Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -110,6 +110,7 @@ function GetPlayerInfo(playerID, season, eventObj){ | ... | @@ -110,6 +110,7 @@ function GetPlayerInfo(playerID, season, eventObj){ |
| 110 | 110 | ||
| 111 | 111 | ||
| 112 | function SelectAPI(eventObj, commingMsg){ | 112 | function SelectAPI(eventObj, commingMsg){ |
| 113 | + console.log("Step : " + step.toString()); | ||
| 113 | if(tryParse.int(commingMsg) != null){ // 리그 선택 | 114 | if(tryParse.int(commingMsg) != null){ // 리그 선택 |
| 114 | if(step == 0){ | 115 | if(step == 0){ |
| 115 | isLeagueInfo = true; | 116 | isLeagueInfo = true; | ... | ... |
-
Please register or login to post a comment