mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Toggle checkbox action based on its value
This commit is contained in:
parent
f4dd4bbf96
commit
1112b3bc59
@ -585,7 +585,7 @@ var et2_toolbar = (function(){ "use strict"; return et2_DOMWidget.extend([et2_II
|
||||
}
|
||||
else if (btn.length > 0)
|
||||
{
|
||||
btn.toggleClass('toolbar_toggled'+ (typeof action_event.data.toggledClass != 'undefined'?" "+action_event.data.toggledClass:''));
|
||||
btn.toggleClass('toolbar_toggled'+ (typeof action_event.data.toggledClass != 'undefined'?" "+action_event.data.toggledClass:''), _value);
|
||||
}
|
||||
}
|
||||
else if (action_event)
|
||||
|
Loading…
Reference in New Issue
Block a user