[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_flash fck_flash.js, 1.5, 1.6

Blaine Lang blaine at qs1489.pair.com
Sun Aug 10 12:46:31 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_flash
In directory qs1489.pair.com:/tmp/cvs-serv4567/editor/dialog/fck_flash

Modified Files:
	fck_flash.js 
Log Message:
Upgrade to FCKeditor ver 2.6.3

Index: fck_flash.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_flash/fck_flash.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fck_flash.js	5 May 2008 00:35:24 -0000	1.5
--- fck_flash.js	10 Aug 2008 16:46:28 -0000	1.6
***************
*** 237,240 ****
--- 237,244 ----
  function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg )
  {
+ 	// Remove animation
+ 	window.parent.Throbber.Hide() ;
+ 	GetE( 'divUpload' ).style.display  = '' ;
+ 
  	switch ( errorNumber )
  	{
***************
*** 289,292 ****
--- 293,300 ----
  	}
  
+ 	// Show animation
+ 	window.parent.Throbber.Show( 100 ) ;
+ 	GetE( 'divUpload' ).style.display  = 'none' ;
+ 
  	return true ;
  }




More information about the geeklog-cvs mailing list