Removed FormSubGroup Component

This commit is contained in:
anapnoe
2023-02-04 07:07:00 +02:00
parent 5a8a3ef958
commit d70b14007c
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -336,8 +336,8 @@ function update_token_counter(button_id) {
}
function restart_reload(){
document.body.innerHTML='<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
document.body.style.backgroundColor = "#1a1a1a";
document.body.innerHTML='<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
setTimeout(function(){location.reload()},2000)
return []