Skip to content

Commit

Permalink
Merge pull request #15 from MingC98/FilipsTestbranch
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
eniteCZ authored Dec 8, 2022
2 parents f800c1f + 66ae146 commit 513edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function injectImages(list) {
const el = `<img src="${item.image_url}"></img>`;
target.innerHTML += el;
});

}


function initChart(songs, songlength) {
Expand Down

0 comments on commit 513edc9

Please sign in to comment.