Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Minor changes (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnobat committed Sep 23, 2017
1 parent d5c8982 commit e069235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
cardHtml += "<img src='" + fileObj.url + "' height=75>";
return cardHtml;
}).map(function(item) {
return "<div class='card'>" + cardHtml + "</div>";
return "<div class='card'>" + item + "</div>";

}).reduce(function(acc, tag){
return acc + "&nbsp;" + tag;
Expand Down

0 comments on commit e069235

Please sign in to comment.