diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig index 47d71b9c..f16dbaac 100644 --- a/data/web/templates/base.twig +++ b/data/web/templates/base.twig @@ -392,7 +392,7 @@ function recursiveBase64StrToArrayBuffer(obj) { if (json.success) { console.log("success"); - window.location.reload(); + window.location.href = window.location.href; } else { throw new Error(json.msg); }