Up max speakers to 100

This commit is contained in:
Michael Ball 2020-06-24 02:55:20 -07:00
parent dbfebdcd01
commit 46955e4ed9

View file

@ -69,6 +69,6 @@
$(document).ready(function() {
$('#event_speaker_ids').selectize({
plugins: ['remove_button'],
maxItems: 5
maxItems: 100
} )
});