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

suggestion for timeout

parent f9931ed0
No related branches found
No related tags found
2 merge requests!153Regular merge of develop,!152suggestion for timeout
Pipeline #28724 passed
......@@ -24,7 +24,9 @@ function GetShortcutDestination() {
}
function RedirectTo(newLocation) {
document.location.replace(newLocation);
setTimeout(function() {
window.location.assign(newLocation);
}, 1);
}
// Pick the shortcut link destination from URL, like: `category:subcategory:card-name`
......
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