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 14:23:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c622896452fd7270c746578ab2f68dcd4f51b43
6c622896
1 parent
47fbc746
mod
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
reply.js
reply.js
View file @
6c62289
...
...
@@ -215,8 +215,8 @@ function SelectLeagueInfo(eventObj, inputNum){
SetDefault
(
eventObj
.
source
.
userId
);
break
;
default
:
Reply
(
eventObj
,
'잘못 입력하셨습니다.'
);
break
;
Reply
(
eventObj
,
'잘못고르셨습니다.'
);
}
return
returnMsg
;
}
...
...
Please
register
or
login
to post a comment