Browse Source

tmp fix

master
sanj 14 years ago
parent
commit
f12cd64053
  1. 2
      build/js/ox.ui.js

2
build/js/ox.ui.js

@ -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…
Cancel
Save