mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
After we find a match, no need to keep looking.
This commit is contained in:
parent
89a9ea4bb1
commit
99657a094b
@ -955,6 +955,7 @@ var et2_selectbox_ro = et2_selectbox.extend([et2_IDetachedDOM],
|
||||
{
|
||||
this.span.text(label);
|
||||
if (typeof option == 'object' && option.title) this.set_statustext(option.title);
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -962,6 +963,7 @@ var et2_selectbox_ro = et2_selectbox.extend([et2_IDetachedDOM],
|
||||
.text(label)
|
||||
.attr('data-value', _value[i])
|
||||
.appendTo(this.span);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user