Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
은승우
2019-12-05 22:07:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cc0eda1b464bf1a32af4939d3dce6207121e253
1cc0eda1
1 parent
4ff46bd2
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.js
app.js
View file @
1cc0eda
...
...
@@ -229,6 +229,7 @@ function handleEvent(event) {
}
})
console
.
log
(
songs
);
var
resultm
=
''
;
for
(
var
i
=
0
;
i
<
songList
.
length
;
i
++
){
if
(
songs
[
i
].
singer
!=
''
){
...
...
Please
register
or
login
to post a comment