mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix bug where one selectbox's empty label could get added to all
This commit is contained in:
parent
ed9985197a
commit
d156f20492
@ -452,7 +452,7 @@ var et2_selectbox = et2_inputWidget.extend({
|
||||
// Re-add empty, it's usually not there
|
||||
if(this.options.empty_label)
|
||||
{
|
||||
_options[''] = this.options.empty_label;
|
||||
this._appendOptionElement('', this.options.no_lang ? this.options.empty_label : this.egw().lang(this.options.empty_label));
|
||||
}
|
||||
|
||||
// Add the select_options
|
||||
|
Loading…
Reference in New Issue
Block a user