mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 23:11:49 +00:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
![]() |
$(document).on('turbolinks:load', function() {
|
||
|
$('.select2').select2({ tags: true, tokenSeparators: [',']});
|
||
|
});
|