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