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/fcktoolbarfontsizecombo/test1.html

    r363 r498  
    6666function LoadScript( url ) 
    6767{ 
    68         document.write( '<script type="text/javascript" src="' + url + '" onerror="alert(\'Error loading \' + this.src);"><\/script>' ) ; 
     68        document.write( '<script type="text/javascript" src="' + url + '"><\/script>' ) ; 
    6969} 
    7070var sSuffix = /msie/.test( navigator.userAgent.toLowerCase() ) ? 'ie' : 'gecko' ;