init select 2 after document ready

main
Michael Weimann 3 years ago
parent bd8acfcf51
commit c7b83975cb
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1

@ -199,9 +199,11 @@ $(function () {
});
});
$('select').select2({
theme: 'bootstrap-5',
});
$(function () {
$('select').select2({
theme: 'bootstrap-5',
});
})
/**
* Show oauth buttons on welcome title click

Loading…
Cancel
Save