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:00:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
10d5f5305211e2ebb000caefca617b1eeed0538b
10d5f530
1 parent
f9112af8
appfunctino mod
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
appfunctions.js
appfunctions.js
View file @
10d5f53
...
...
@@ -110,7 +110,7 @@ function GetGameSchedule_teamname(season, teamID, callbackFunc){
}
exports
.
GameSchehdule
=
function
(
teamID
,
callbackFunc
){
GetGameSchedule
(
2021
,
teamID
,
callbackFunc
);
GetGameSchedule
_teamname
(
2021
,
teamID
,
callbackFunc
);
}
// 입력: 팀ID,시즌(*필수), 반환: 소속 선수
...
...
Please
register
or
login
to post a comment