We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7c3ee + f45f94f commit c4b64adCopy full SHA for c4b64ad
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -86,7 +86,6 @@ var ISPConfig = {
86
if(ISPConfig.options.useComboBox == true) {
87
$('#sidebar').find("select:not(.chosen-select)").select2({
88
placeholder: '',
89
- width: 'element',
90
selectOnBlur: true,
91
allowClear: true
92
});
@@ -100,7 +99,6 @@ var ISPConfig = {
100
99
101
$('#pageContent').find("select:not(.chosen-select)").select2({
102
103
104
105
allowClear: true,
106
formatResult: function(o, cont, qry, escapeMarkup) {
0 commit comments