diff --git a/interface/web/themes/default/assets/javascripts/ispconfig.js b/interface/web/themes/default/assets/javascripts/ispconfig.js index e3a2bee3688d9144d82421c1464529ec0a973211..ff6dc681dc4d4601b9e8190fe512cde68b741a7a 100644 --- a/interface/web/themes/default/assets/javascripts/ispconfig.js +++ b/interface/web/themes/default/assets/javascripts/ispconfig.js @@ -86,7 +86,6 @@ var ISPConfig = { if(ISPConfig.options.useComboBox == true) { $('#sidebar').find("select:not(.chosen-select)").select2({ placeholder: '', - width: 'element', selectOnBlur: true, allowClear: true }); @@ -100,7 +99,6 @@ var ISPConfig = { if(ISPConfig.options.useComboBox == true) { $('#pageContent').find("select:not(.chosen-select)").select2({ placeholder: '', - width: 'element', selectOnBlur: true, allowClear: true, formatResult: function(o, cont, qry, escapeMarkup) {