Changeset 498 for FCKeditor/trunk/editor/fckeditor.html
- Timestamp:
- 2007-07-23 01:53:07 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/fckeditor.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckeditor.html
r400 r498 39 39 function LoadScript( url ) 40 40 { 41 document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/scr' + 'ipt>' ) ;41 document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ; 42 42 } 43 43 44 44 function LoadCss( url ) 45 45 { 46 document.write( '<link href="' + url + '" type="text/css" rel="stylesheet" onerror="alert(\'Error loading \' + this.src);"/>' ) ;46 document.write( '<link href="' + url + '" type="text/css" rel="stylesheet" />' ) ; 47 47 } 48 48