5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
$(document).on('turbolinks:load', activeSelect2);
|
|
|
|
function activeSelect2() {
|
|
$('select.select2').select2({ theme: "bootstrap", width: '100%' });
|
|
}
|