mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
bootstrap style in form fields, bootstrap integration for select2
This commit is contained in:
@@ -172,7 +172,10 @@
|
||||
<script type="text/javascript">
|
||||
window.addEventListener('DOMContentLoaded', function(e) {
|
||||
chill.checkOtherValueOnChange();
|
||||
$('.select2').select2({allowClear: true});
|
||||
$('.select2').select2({
|
||||
allowClear: true,
|
||||
theme: "bootstrap"
|
||||
});
|
||||
chill.categoryLinkParentChildSelect();
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user