Changeset 498 for FCKeditor/trunk/_test/manual/fckpanel/test1.html
- Timestamp:
- 2007-07-23 01:53:07 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_test/manual/fckpanel/test1.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_test/manual/fckpanel/test1.html
r132 r498 45 45 function LoadScript( url ) 46 46 { 47 document.write( '<script type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/script>' ) ;47 document.write( '<script type="text/javascript" src="' + url + '"><\/script>' ) ; 48 48 } 49 49 var sSuffix = /msie/.test( navigator.userAgent.toLowerCase() ) ? 'ie' : 'gecko' ;