demarches-normaliennes/app/assets/javascripts/user/description.js
2017-04-03 15:43:41 +02:00

5 lines
150 B
JavaScript

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