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

6 lines
121 B
JavaScript

$(document).on('turbolinks:load', function() {
$('.select2').select2({
theme: 'bootstrap',
width: ''
});
});