Changeset 673
- Timestamp:
- 2007-08-17 10:48:13 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fck_othercommands.js
r643 r673 101 101 // If user wants the font size cleared, we have to find 102 102 // where the font size tag is and go clear it (if there's one) 103 if ( !fontSize || fontSize == null || fontSize == '')103 if ( !fontSize ) 104 104 { 105 105 var oFont = FCK.Selection.MoveToAncestorNode('FONT');