2018-02-10 23:11:47 +00:00
|
|
|
$(document).on('turbolinks:load', function() {
|
2018-02-23 19:45:47 +00:00
|
|
|
$('.select2').select2({
|
2018-05-17 16:27:14 +00:00
|
|
|
theme: 'bootstrap',
|
2018-06-20 16:52:58 +00:00
|
|
|
width: ''
|
2018-02-23 19:45:47 +00:00
|
|
|
});
|
2018-02-10 23:11:47 +00:00
|
|
|
});
|