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
pub
mods
Commits
34b5aae0
Commit
34b5aae0
authored
Jun 15, 2017
by
Neil Gershenfeld
Browse files
test
parent
f714835c
Pipeline
#449
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
js/mods.js
View file @
34b5aae0
...
...
@@ -128,7 +128,7 @@ var sel = document.createElement('select')
evt
.
target
.
value
=
'
programs
'
})
var
opt
=
document
.
createElement
(
'
option
'
)
opt
.
text
=
'
programs
'
opt
.
text
=
'
programs
test
'
opt
.
value
=
opt
.
text
sel
.
add
(
opt
)
var
opt
=
document
.
createElement
(
'
option
'
)
...
...
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