Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* FCKeditor - The text editor for Internet - https://www.fckeditor.net
|
||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
|
||||
*
|
||||
* == BEGIN LICENSE ==
|
||||
@ -8,20 +8,20 @@
|
||||
* choice:
|
||||
*
|
||||
* - GNU General Public License Version 2 or later (the "GPL")
|
||||
* https://www.gnu.org/licenses/gpl.html
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
*
|
||||
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
||||
* https://www.gnu.org/licenses/lgpl.html
|
||||
* http://www.gnu.org/licenses/lgpl.html
|
||||
*
|
||||
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
||||
* https://www.mozilla.org/MPL/MPL-1.1.html
|
||||
* http://www.mozilla.org/MPL/MPL-1.1.html
|
||||
*
|
||||
* == END LICENSE ==
|
||||
*
|
||||
* Editor configuration settings.
|
||||
*
|
||||
* Follow this link for more information:
|
||||
* https://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
|
||||
* http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
|
||||
*/
|
||||
|
||||
// Disable the custom Enter Key Handler. This option will be removed in version 2.5.
|
||||
@ -170,7 +170,7 @@ FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
|
||||
FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
|
||||
|
||||
FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
|
||||
FCKConfig.IeSpellDownloadUrl = 'https://www.iespell.com/download.php' ;
|
||||
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ;
|
||||
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl
|
||||
FCKConfig.FirefoxSpellChecker = false ;
|
||||
|
||||
|
Reference in New Issue
Block a user