ninecompta/public/lib/select2/select2.init.js
2024-12-24 17:29:37 +01:00

8 lines
156 B
JavaScript

$(document).ready(function(){
$('.select2').select2(
{
language: "fr",
theme: 'bootstrap-5'
}
);
});