demarches-normaliennes/app/assets/javascripts/user/description.js

7 lines
178 B
JavaScript
Raw Normal View History

2017-03-15 17:49:48 +01:00
$(document).on('page:load', activeSelect2);
$(document).ready(activeSelect2);
function activeSelect2() {
$('select.select2').select2({ theme: "bootstrap", width: '100%' });
}