mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix footer js
This commit is contained in:
@@ -85,8 +85,9 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
}
|
||||
|
||||
if (item.pied && $pied) {
|
||||
el.className = "bd-ami bd-ami-footer";
|
||||
$pied.appendChild(el);
|
||||
const clone = el.cloneNode(true);
|
||||
clone.className = "bd-ami bd-ami-footer";
|
||||
$pied.appendChild(clone);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user