Changeset 1564 for FCKeditor/trunk/editor/dialog/fck_select.html
- Timestamp:
- 2008-02-19 14:20:34 (9 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_select.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_select.html
r1504 r1564 78 78 { 79 79 oEditor.FCKUndo.SaveUndoStep() ; 80 80 81 81 var sSize = GetE('txtLines').value ; 82 82 if ( sSize == null || isNaN( sSize ) || sSize <= 1 )