ninecompta/public/lib/select2/select2.init.js

8 lines
156 B
JavaScript
Raw Normal View History

2024-12-24 17:29:37 +01:00
$(document).ready(function(){
2024-12-06 08:09:07 +01:00
$('.select2').select2(
{
language: "fr",
theme: 'bootstrap-5'
}
);
});