Skip to content
Snippets Groups Projects
Verified Commit ad7b8f6d authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change assign to replace

parent 00e19d76
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ function GetShortcutDestination() {
function RedirectTo(newLocation) {
setTimeout(function() {
window.location.assign(newLocation);
window.location.replace(newLocation);
}, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment