Changeset 398 for FCKeditor/trunk/editor/dialog/fck_smiley.html
- Timestamp:
- 2007-06-29 11:18:52 (19 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_smiley.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_smiley.html
r308 r398 46 46 function InsertSmiley( url ) 47 47 { 48 oEditor.FCKUndo.SaveUndoStep(); 48 49 var oImg = oEditor.FCK.InsertElement( 'img' ) ; 49 50 oImg.src = url ;