Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
352b8d03
Commit
352b8d03
authored
Feb 18, 2020
by
Ryan Herbert
Committed by
marc duez
Jun 03, 2020
Browse files
url.js add conf to encoding
so we can use conf as an alias for config
parent
c6fa524c
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/url.js
View file @
352b8d03
...
...
@@ -247,8 +247,8 @@ function UrlEncoder() {
this
.
encoding
=
{
'
sample_set_id
'
:
'
set
'
,
'
patient_id
'
:
'
patient
'
,
'
run_id
'
:
'
run
'
'
run_id
'
:
'
run
'
,
'
config
'
:
'
conf
'
};
this
.
decoding
=
{};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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