5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 17:11:48 +00:00
panel/app/assets/javascripts/select2.js

7 lines
121 B
JavaScript
Raw Permalink Normal View History

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