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

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


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

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

Index: fckeditorapi.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/_source/fckeditorapi.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fckeditorapi.js	5 May 2008 00:35:24 -0000	1.5
--- fckeditorapi.js	10 Aug 2008 16:46:27 -0000	1.6
***************
*** 41,46 ****
  		var sScript =
  			'window.FCKeditorAPI = {' +
! 				'Version : "2.6",' +
! 				'VersionBuild : "18638",' +
  				'Instances : new Object(),' +
  
--- 41,46 ----
  		var sScript =
  			'window.FCKeditorAPI = {' +
! 				'Version : "2.6.3",' +
! 				'VersionBuild : "19836",' +
  				'Instances : new Object(),' +
  
***************
*** 116,120 ****
  				FCKAdobeAIR.FCKeditorAPI_Evaluate( oParentWindow, sScript ) ;
  			}
! 			else if ( FCKBrowserInfo.IsSafari || FCKBrowserInfo.IsGecko19 )
  			{
  				// oParentWindow.eval in Safari and Gran Paradiso executes in the calling window
--- 116,120 ----
  				FCKAdobeAIR.FCKeditorAPI_Evaluate( oParentWindow, sScript ) ;
  			}
! 			else if ( FCKBrowserInfo.IsSafari )
  			{
  				// oParentWindow.eval in Safari and Gran Paradiso executes in the calling window
***************
*** 165,169 ****
  function FCKeditorAPI_Cleanup()
  {
! 	if ( ! window.FCKUnloadFlag )
  		return ;
  	delete FCKeditorAPI.Instances[ FCK.Name ] ;
--- 165,170 ----
  function FCKeditorAPI_Cleanup()
  {
! 	if ( window.FCKConfig && FCKConfig.MsWebBrowserControlCompat
! 			&& !window.FCKUnloadFlag )
  		return ;
  	delete FCKeditorAPI.Instances[ FCK.Name ] ;
***************
*** 171,175 ****
  function FCKeditorAPI_ConfirmCleanup()
  {
! 	window.FCKUnloadFlag = true ;
  }
  FCKTools.AddEventListener( window, 'unload', FCKeditorAPI_Cleanup ) ;
--- 172,177 ----
  function FCKeditorAPI_ConfirmCleanup()
  {
! 	if ( window.FCKConfig && FCKConfig.MsWebBrowserControlCompat )
! 		window.FCKUnloadFlag = true ;
  }
  FCKTools.AddEventListener( window, 'unload', FCKeditorAPI_Cleanup ) ;




More information about the geeklog-cvs mailing list