mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix bad value in selectbox 'blank' option
This commit is contained in:
parent
e572d77693
commit
eb1be53297
@ -331,8 +331,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
// Add the empty label
|
||||
if(this.options.empty_label)
|
||||
{
|
||||
this._appendOptionElement("" == this.value ? "selected" : "",
|
||||
this.options.empty_label);
|
||||
this._appendOptionElement("", this.options.empty_label);
|
||||
}
|
||||
|
||||
// Set multiple
|
||||
|
Loading…
Reference in New Issue
Block a user