Update index.js
This commit is contained in:
parent
c4f45535e8
commit
4268eb3e37
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
@ -110,4 +110,4 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue