lots of layout changes
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-06 17:45:06 +00:00
parent 803e7185d8
commit 198a83b4c7
7 changed files with 61 additions and 48 deletions

View File

@@ -163,7 +163,7 @@ function check_install() {
}
else {
counter+=1
$("#info").html('Please wait ... ' + counter);
$("#info").html('Please wait ...');
setTimeout(check_install, 1000);
}
});