Skip to content

Commit

Permalink
Fetch de mis top 10 artistas del mes en Last.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscarlospando committed Jul 29, 2023
1 parent e8d4b55 commit 2a6af91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/app.bundle.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/src/lastfm-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function displayLastFmTopArtists() {
ready(() => {
/* Do things after DOM has fully loaded */
if (document.getElementById("lastfm-top-artists") !== null) {
console.log('tuuut');
for (let i = 0; i < data.topartists.artist.length; i++) {
document.getElementById("lastfm-top-artists").innerHTML += `<li><a href="${data.topartists.artist[i].url}" target="_blank">${data.topartists.artist[i].name}</a></li>`;
}
Expand Down

1 comment on commit 2a6af91

@vercel
Copy link

@vercel vercel bot commented on 2a6af91 Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.