[Fix #807] Increase the maximum number of columns to 5

This commit is contained in:
gregoirenovel 2017-10-17 18:50:49 +02:00
parent 8adca7e067
commit 3e2f12a054

View file

@ -3,7 +3,7 @@ document.addEventListener('turbolinks:load', function() {
$('select.select2-limited').select2({ $('select.select2-limited').select2({
'placeholder': 'Sélectionnez des colonnes', 'placeholder': 'Sélectionnez des colonnes',
'maximumSelectionLength': '2', 'maximumSelectionLength': '5',
'width': '300px' 'width': '300px'
}); });
}); });