mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-23 22:55:23 +00:00
remove caret: bootstrap-multiselect, inheritClass
This commit is contained in:
parent
d3b43b2e6a
commit
5872700455
1 changed files with 3 additions and 2 deletions
|
@ -544,7 +544,7 @@
|
|||
maxHeight: 400,
|
||||
inheritClass: true,
|
||||
buttonText: function (options, select) {
|
||||
return 'Add image <b class="caret"></b>';
|
||||
return 'Add image';
|
||||
},
|
||||
buttonTitle: function (options, select) {
|
||||
return '';
|
||||
|
@ -568,8 +568,9 @@
|
|||
});
|
||||
|
||||
$('#network-control').multiselect({
|
||||
inheritClass: true,
|
||||
buttonText: function (options, select) {
|
||||
return 'Add network <b class="caret"></b>';
|
||||
return 'Add network';
|
||||
},
|
||||
buttonTitle: function (options, select) {
|
||||
return '';
|
||||
|
|
Loading…
Reference in a new issue