[svn r21646] FS#2867 - The FCKEditor: Implementing 2.6.5 SVN patch, ticket #2821 - http://dev.fckeditor.net/ticket/2821 .

skala
Ivan Tcholakov 16 years ago
parent 8e5f0b088a
commit 1193422b84
  1. 2
      main/inc/lib/fckeditor/editor/_source/internals/fckconfig.js
  2. 2
      main/inc/lib/fckeditor/editor/js/fckeditorcode_gecko.js
  3. 2
      main/inc/lib/fckeditor/editor/js/fckeditorcode_ie.js

@ -97,7 +97,7 @@ FCKConfig.ProcessHiddenField = function()
this.PageConfig[ sKey ] = false ;
else if ( sVal.length > 0 && !isNaN( sVal ) ) // If it is a number.
this.PageConfig[ sKey ] = parseInt( sVal, 10 ) ;
this.PageConfig[ sKey ] = parseFloat( sVal ) ;
else // In any other case it is a string.
this.PageConfig[ sKey ] = sVal ;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save