Changeset 2287 for FCKeditor/trunk/editor/dialog/fck_anchor.html
- Timestamp:
- 2008-07-25 10:45:15 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_anchor.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_anchor.html
r2139 r2287 126 126 else 127 127 { 128 var n ; 129 aNewAnchors.push( ( n = oEditor.FCK.InsertElement( 'a' ), n.name = sNewName, n ) ) ; 128 var n = oEditor.FCK.InsertElement( 'a' ) ; 129 n.name = sNewName ; 130 aNewAnchors.push( n ) ; 130 131 } 131 132 }