Up max speakers to 100
This commit is contained in:
parent
dbfebdcd01
commit
46955e4ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,6 +69,6 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#event_speaker_ids').selectize({
|
$('#event_speaker_ids').selectize({
|
||||||
plugins: ['remove_button'],
|
plugins: ['remove_button'],
|
||||||
maxItems: 5
|
maxItems: 100
|
||||||
} )
|
} )
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue