Deployment v1

This commit is contained in:
Simon Martens
2023-09-12 01:59:52 +02:00
parent 4cdd59cf89
commit 2c88f22f8e
40 changed files with 1093 additions and 39129 deletions

View File

@@ -21,5 +21,6 @@ if (document.getElementById("ha-scrollbutton") !== null) {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
})
window.addEventListener("scroll", scrollFunction);
// TODO: workaround, bc window does not recieve scroll events anymore
setInterval(() => scrollFunction(), 1000);
}