Additional Work Done

This commit is contained in:
Václav Španinger 2023-08-07 09:43:08 +02:00
parent c8d0a6a35a
commit ae3530f2dd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
xhttp.send(); xhttp.send();
await new Promise(r => setTimeout(() => r(), 1500)); await new Promise(r => setTimeout(() => r(), 1500));
window.location.reload(); //window.location.reload();
} }
function openModalForContainer(container_id) { function openModalForContainer(container_id) {