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

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request !153
parents 82aa1c8b ddc225c8
No related branches found
No related tags found
5 merge requests!245Integrate data upload cloud,!235Integrate data upload cloud,!224Fixing a couple of issues in the redesign,!167Access harrenhal,!153Regular merge of develop
Pipeline #28937 passed
......@@ -24,7 +24,9 @@ function GetShortcutDestination() {
}
function RedirectTo(newLocation) {
document.location.replace(newLocation);
setTimeout(function() {
window.location.replace(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