footer: add footer loader
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
// Load footer
|
||||
fetch("components/footer/footer.html")
|
||||
.then((response) => response.text())
|
||||
.then((data) => {
|
||||
document.getElementById("footer").innerHTML = data;
|
||||
});
|
||||
// views/homePages/homeMain.js
|
||||
|
||||
// MANUAL BANNER SLIDESHOW FUNCTIONALITY
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
|
||||
Reference in New Issue
Block a user