mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update index.js
This commit is contained in:
@@ -97,7 +97,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
response.forEach(function (item) {
|
response.forEach(function (item) {
|
||||||
var el = document.createElement("a");
|
var el = document.createElement("a");
|
||||||
el.className = "bd-sponsor-item bd-partner-sponsor";
|
el.className = "bd-sponsor-item bd-partner-sponsor";
|
||||||
el.href = "url";
|
el.href = item.url;
|
||||||
el.target = "_blank";
|
el.target = "_blank";
|
||||||
el.title = item.title || item.id;
|
el.title = item.title || item.id;
|
||||||
|
|
||||||
@@ -110,4 +110,4 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user