tmp fix
This commit is contained in:
parent
632eebc26d
commit
f12cd64053
|
@ -8624,7 +8624,7 @@ requires
|
||||||
that.items[pos].toggleChecked();
|
that.items[pos].toggleChecked();
|
||||||
});
|
});
|
||||||
Ox.print('--triggering change event--');
|
Ox.print('--triggering change event--');
|
||||||
(self.options.mainmenu || that).triggerEvent('change', {
|
(self.options.mainmenu || self.options.parent || that).triggerEvent('change', {
|
||||||
id: item.options('group'),
|
id: item.options('group'),
|
||||||
checked: $.map(self.optionGroups[item.options('group')].checked(), function(v, i) {
|
checked: $.map(self.optionGroups[item.options('group')].checked(), function(v, i) {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user