mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
fixed handling of optgroups, eg. notification chains in prefs
This commit is contained in:
@ -684,7 +684,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
this._appendOptionElement(key, _options[key][sub],undefined,group);
|
||||
this._appendOptionElement(sub, _options[key][sub],undefined,group);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user