Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jan 12, 2024
1 parent c4f4553 commit 4268eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lib/index.js
Expand Up @@ -97,7 +97,7 @@ document.addEventListener("DOMContentLoaded", function () {
response.forEach(function (item) {
var el = document.createElement("a");
el.className = "bd-sponsor-item bd-partner-sponsor";
el.href = "url";
el.href = item.url;
el.target = "_blank";
el.title = item.title || item.id;

Expand All @@ -110,4 +110,4 @@ document.addEventListener("DOMContentLoaded", function () {
});
});
}
});
});

0 comments on commit 4268eb3

Please sign in to comment.