1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

remove caret: bootstrap-multiselect, inheritClass

This commit is contained in:
catborise 2018-11-07 15:36:03 +03:00
parent d3b43b2e6a
commit 5872700455

View file

@ -544,7 +544,7 @@
maxHeight: 400, maxHeight: 400,
inheritClass: true, inheritClass: true,
buttonText: function (options, select) { buttonText: function (options, select) {
return 'Add image <b class="caret"></b>'; return 'Add image';
}, },
buttonTitle: function (options, select) { buttonTitle: function (options, select) {
return ''; return '';
@ -568,8 +568,9 @@
}); });
$('#network-control').multiselect({ $('#network-control').multiselect({
inheritClass: true,
buttonText: function (options, select) { buttonText: function (options, select) {
return 'Add network <b class="caret"></b>'; return 'Add network';
}, },
buttonTitle: function (options, select) { buttonTitle: function (options, select) {
return ''; return '';