tmp fix
This commit is contained in:
parent
632eebc26d
commit
f12cd64053
1 changed files with 1 additions and 1 deletions
|
@ -8624,7 +8624,7 @@ requires
|
|||
that.items[pos].toggleChecked();
|
||||
});
|
||||
Ox.print('--triggering change event--');
|
||||
(self.options.mainmenu || that).triggerEvent('change', {
|
||||
(self.options.mainmenu || self.options.parent || that).triggerEvent('change', {
|
||||
id: item.options('group'),
|
||||
checked: $.map(self.optionGroups[item.options('group')].checked(), function(v, i) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue