Server geändert
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
||||
*
|
||||
* Licensed under the terms of the GNU Lesser General Public License:
|
||||
* http://www.opensource.org/licenses/lgpl-license.php
|
||||
* https://www.opensource.org/licenses/lgpl-license.php
|
||||
*
|
||||
* For further information visit:
|
||||
* http://www.fckeditor.net/
|
||||
* https://www.fckeditor.net/
|
||||
*
|
||||
* "Support Open Source software. What about a donation today?"
|
||||
*
|
||||
@ -14,7 +14,7 @@
|
||||
* Editor configuration settings.
|
||||
*
|
||||
* Follow this link for more information:
|
||||
* http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
|
||||
* https://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
|
||||
*
|
||||
* File Authors:
|
||||
* Frederico Caldeira Knabben (fredck@fckeditor.net)
|
||||
@ -118,7 +118,7 @@ FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
|
||||
FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
|
||||
|
||||
FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
|
||||
FCKConfig.IeSpellDownloadUrl = 'http://wcarchive.cdrom.com/pub/simtelnet/handheld/webbrow1/ieSpellSetup240428.exe' ;
|
||||
FCKConfig.IeSpellDownloadUrl = 'https://wcarchive.cdrom.com/pub/simtelnet/handheld/webbrow1/ieSpellSetup240428.exe' ;
|
||||
|
||||
FCKConfig.MaxUndoLevels = 15 ;
|
||||
|
||||
|
Reference in New Issue
Block a user