Changeset 1109
- Timestamp:
- 2007-11-24 13:02:22 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckmenublock.js
r919 r1109 96 96 function FCKMenuBlock_Item_OnClick( clickedItem, menuBlock ) 97 97 { 98 if ( menuBlock.Hide ) 99 menuBlock.Hide() ; 100 98 101 FCKTools.RunFunction( menuBlock.OnClick, menuBlock, [ clickedItem ] ) ; 99 102 }