]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update index.js
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 12 Jan 2024 12:45:08 +0000 (12:45 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 12:45:08 +0000 (12:45 +0000)
docs/lib/index.js

index fe32cbbcf8286c540949e373819c0c859e973277..4129b3c08fe69dc685b8f8aa77b3353ef240a49f 100644 (file)
@@ -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 () {
       });
     });
   }
-});
\ No newline at end of file
+});