init select 2 after document ready
This commit is contained in:
parent
bd8acfcf51
commit
c7b83975cb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue