Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cto
g1
Commits
23c2a7b0
Commit
23c2a7b0
authored
Aug 22, 2018
by
Tejesh
🖖
Browse files
fix dropdown encodeURL being done twice
parent
7f683d3a
Pipeline
#59055
failed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/dropdown.template.html
View file @
23c2a7b0
...
...
@@ -8,7 +8,7 @@ key = key ? key : '' %>
<!-- var template_dropdown_options -->
<
%
_.each
(
data
,
function
(
item
)
{
%
>
<option
value=
"<%-
encodeURIComponent(
item
)
%>"
><
%
-
item
%
></option>
<option
value=
"<%- item %>"
><
%
-
item
%
></option>
<
%
})
%
>
<!-- end -->
...
...
Write
Preview
Markdown
is supported
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