fix: Use replacement navigation for web transitions (#1378)

This commit is contained in:
Kroese
2026-08-14 19:40:47 +02:00
committed by GitHub
parent 1917eae0ae
commit a16c27ecce
+1 -1
View File
@@ -537,7 +537,7 @@ function reload() {
navigationTimer = setTimeout(function() {
navigationTimer = null;
window.location.reload();
window.location.replace(window.location.href);
}, 3000);
return true;