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

6 lines
150 B
JavaScript
Raw Normal View History

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