Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
4853f9fb
Commit
4853f9fb
authored
Jun 25, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Regular merge of develop See merge request
!153
parents
82aa1c8b
ddc225c8
Pipeline
#28937
passed with stage
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
assets/js/router.js
View file @
4853f9fb
...
...
@@ -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`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment