Changeset 6412
- Timestamp:
- 07/08/08 01:29:00 (2 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/FM_Modern/editor.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/FM_Modern/editor.js
r6337 r6412 1402 1402 this.selectedAnchorElement.target = target; 1403 1403 getObject(this.id + "propertyHyperLink").style.display = "none"; 1404 if(STD.isIE) 1405 this.selection.select(); 1404 1406 } 1405 1407 else { … … 1421 1423 link += ">"; 1422 1424 if(STD.isIE) { 1423 this.selection.select();1425 this.selection.select(); 1424 1426 this.selection.pasteHTML(link + this.selection.htmlText + "</a>"); 1425 1427 }
