Show
Ignore:
Timestamp:
2007-07-23 01:53:07 (18 months ago)
Author:
martinkou
Message:

Fixed #289 : Removed error alerts from all LoadScript() and LoadCss() functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_test/manual/fckeditorapi/test1_inner.html

    r132 r498  
    3535function LoadScript( url ) 
    3636{ 
    37         document.write( '<script type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/script>' ) ; 
     37        document.write( '<script type="text/javascript" src="' + url + '"><\/script>' ) ; 
    3838} 
    3939var sSuffix = FCKBrowserInfo.IsIE ? 'ie' : 'gecko' ;