mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-09-26 01:44:45 +00:00
fix: Use replacement navigation for web transitions (#1378)
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ function reload() {
|
||||
|
||||
navigationTimer = setTimeout(function() {
|
||||
navigationTimer = null;
|
||||
window.location.reload();
|
||||
window.location.replace(window.location.href);
|
||||
}, 3000);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user