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-07 19:56:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed4304ce710424bde8c46549ea534357fbbf2006
ed4304ce
1 parent
10a85734
reply modified
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
reply.js
reply.js
View file @
ed4304c
...
...
@@ -79,8 +79,8 @@ function Reply(eventObj,replyMsg){
let
replyMsgJSON
=
JSON
.
parse
(
replyMsg
);
let
playerMsg
=
JSON
.
parse
(
replyMsgJSON
.
response
[
0
].
player
.
name
);
let
jsonMsg
=
JSON
.
parse
(
replyMsgJSON
);
let
playerMsg
=
JSON
.
stringify
(
replyMsgJSON
.
response
[
0
].
player
.
name
);
let
jsonMsg
=
JSON
.
stringify
(
replyMsgJSON
);
request
.
post
(
{
...
...
Please
register
or
login
to post a comment