aio-interface: fix page not automatic reloading after container starting progress spinner

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-04-02 14:06:39 +02:00
parent e45d34ab50
commit 7a9bab5776
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
document.addEventListener("DOMContentLoaded", function(event) {
window.addEventListener("load", function(event) {
if (document.hasFocus()) {
// hide reload button if the site reloads automatically
let list = document.getElementsByClassName("reload button");