Slightly nicer handling of pathological compiler setup

dev/git-series/gccdum
Matt Godbolt 7 years ago
parent 9d1e564b95
commit f007fc72fd

@ -62,7 +62,7 @@ define(function (require) {
labelField: 'name',
searchField: ['name'],
options: compilers,
items: [this.compiler.id],
items: this.compiler ? [this.compiler.id] : [],
openOnFocus: true
}).on('change', function () {
self.onCompilerChange($(this).val());
@ -344,4 +344,4 @@ define(function (require) {
};
}
};
});
});

Loading…
Cancel
Save