From ae3530f2ddff7b52ed36799a9a00c324db589827 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Mon, 7 Aug 2023 09:43:08 +0200 Subject: [PATCH] Additional Work Done --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 091e70b..a9512f2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -87,7 +87,7 @@ xhttp.send(); await new Promise(r => setTimeout(() => r(), 1500)); - window.location.reload(); + //window.location.reload(); } function openModalForContainer(container_id) {