init select 2 after document ready

This commit is contained in:
Michael Weimann 2021-07-29 20:38:00 +02:00
parent bd8acfcf51
commit c7b83975cb
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 5 additions and 3 deletions

View File

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