fixed handling of optgroups, eg. notification chains in prefs

This commit is contained in:
Ralf Becker
2014-01-10 07:08:45 +00:00
parent dbb4de0876
commit 243f20e98c
2 changed files with 14 additions and 3 deletions

View File

@ -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);
}
}
}