diff --git a/src/index.html b/src/index.html index ca705e019b..b97ef66b17 100644 --- a/src/index.html +++ b/src/index.html @@ -477,7 +477,9 @@ } function submitForm() { - window.location.reload(); + location.reload(); + location.replace('/'); }