Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
12f63f7f
Commit
12f63f7f
authored
May 21, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
a114c744
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/manage_profile.js
View file @
12f63f7f
...
...
@@ -434,7 +434,7 @@ require(['underscore', 'js/quickvm_sup',
if
(
which
==
"
description
"
)
{
text
=
"
<description type='markdown'></description>
"
;
}
else
if
(
which
==
"
descrip
tion
"
)
{
else
if
(
which
==
"
instruc
tion
s
"
)
{
text
=
"
<instructions type='markdown'></instructions>
"
;
}
else
if
(
which
==
"
steps
"
)
{
...
...
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