1
0
Fork 0
forked from 0x2620/oxjs

fix alphabetical order of annotations with tags, fixes #681

This commit is contained in:
rlx 2012-03-20 09:34:50 +00:00
commit bc3fedb125
4 changed files with 30 additions and 17 deletions

View file

@ -600,7 +600,6 @@ Ox.Menu = function(options, self) {
if (ids.length == 1) {
item = that.getItem(id);
group = item.options('group');
Ox.Log('Menu', 'checkItem', id, item, that.submenus)
if (group) {
offset = self.optionGroupOffset[group];
position = getItemPositionById(id);