Changeset 89
- Timestamp:
- 04/28/05 05:47:35 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r80 r89 2799 2799 } 2800 2800 if (compare == 0) { 2801 alert( "You need to select some text before creating a link");2801 alert(HTMLArea._lc("You need to select some text before creating a link")); 2802 2802 return; 2803 2803 } … … 4017 4017 } 4018 4018 catch(e){ 4019 alert( 'Your Document is not well formed. Check JavaScript console for details.');4019 alert(HTMLArea._lc('Your Document is not well formed. Check JavaScript console for details.')); 4020 4020 return editor._iframe.contentWindow.document.body.innerHTML; 4021 4021 }
