Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-09 12:34:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f9f84827b06d7fa2357a3cc343a4cae40e57a4e9
f9f84827
1 parent
364ca03e
스텝 오류 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
reply.js
reply.js
View file @
f9f8482
...
...
@@ -110,6 +110,7 @@ function GetPlayerInfo(playerID, season, eventObj){
function
SelectAPI
(
eventObj
,
commingMsg
){
console
.
log
(
"Step : "
+
step
.
toString
());
if
(
tryParse
.
int
(
commingMsg
)
!=
null
){
// 리그 선택
if
(
step
==
0
){
isLeagueInfo
=
true
;
...
...
Please
register
or
login
to post a comment