nineconfig/public/lib/select2/select2.init.js

8 lines
156 B
JavaScript
Raw Normal View History

2025-04-09 20:38:48 +02:00
$(document).ready(function(){
$('.select2').select2(
{
language: "fr",
theme: 'bootstrap-5'
}
);
});