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
SRCT
roomlist
Commits
b03b36c3
Commit
b03b36c3
authored
Oct 04, 2016
by
Daniel W Bond
Browse files
added placeholder text for empty major selector
parent
4468c0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/update_student.html
View file @
b03b36c3
...
...
@@ -268,7 +268,8 @@
<script
type=
"text/javascript"
src=
"/static/js/chained.min.js"
></script>
<script
type=
"text/javascript"
src=
"/static/js/chosen.min.js"
></script>
<script>
$
(
"
.chosen-select
"
).
chosen
({
max_selected_options
:
2
});
$
(
"
.chosen-select
"
).
chosen
({
max_selected_options
:
2
,
placeholder_text_multiple
:
'
(select up to two)
'
});
</script>
{% include 'room_selection_script.html' %}
{% endblock javascript %}
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