Skip to content
GitLab
Menu
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
a41caf61
Commit
a41caf61
authored
Oct 06, 2015
by
Leigh B Stoller
Browse files
Minor fix for Please Select option.
parent
5fc0687b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/wizard-template.js
View file @
a41caf61
...
...
@@ -28,7 +28,12 @@ function(_) {
fed
++
;
}
else
{
federated
.
before
(
'
<li class="enabled native"><a href="#" value="
'
+
$
(
this
).
attr
(
'
value
'
)
+
'
">
'
+
$
(
this
).
attr
(
'
value
'
)
+
'
</a></li>
'
);
var
optvalue
=
$
(
this
).
attr
(
'
value
'
);
// Look for Please Select option
if
(
optvalue
==
""
)
{
optvalue
=
$
(
this
).
text
();
}
federated
.
before
(
'
<li class="enabled native"><a href="#" value="
'
+
optvalue
+
'
">
'
+
optvalue
+
'
</a></li>
'
);
}
}
});
...
...
@@ -154,4 +159,4 @@ function(_) {
StatsLineHTML
};
}
);
\ No newline at end of file
);
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