mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 08:51:50 +00:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
$(document).on('turbolinks:load', function() {
|
|
$('.select2').select2({
|
|
theme: 'bootstrap',
|
|
width: ''
|
|
});
|
|
});
|