Ticket #8172: 8172.patch

File 8172.patch, 1.8 KB (added by WebSpellChecker.net, 13 years ago)
Line 
1Index: plugin.js
2===================================================================
3--- plugin.js   (revision 519)
4+++ plugin.js   (revision 520)
5@@ -128,7 +128,7 @@
6                                // Remove scripts.
7                                var scripts = CKEDITOR.document.getElementsByTag( 'script' ),
8                                        scaytIdRegex =  /^dojoIoScript(\d+)$/i,
9-                                       scaytSrcRegex =  /^https?:\/\/svc\.spellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;
10+                                       scaytSrcRegex =  /^https?:\/\/svc\.webspellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;
11 
12                                for ( var i=0; i < scripts.count(); i++ )
13                                {
14@@ -455,7 +455,7 @@
15                        var protocol = document.location.protocol;
16                        // Default to 'http' for unknown.
17                        protocol = protocol.search( /https?:/) != -1? protocol : 'http:';
18-                       var baseUrl  = 'svc.spellchecker.net/scayt26/loader__base.js';
19+                       var baseUrl  = 'svc.webspellchecker.net/scayt26/loader__base.js';
20 
21                        var scaytUrl  =  editor.config.scayt_srcUrl || ( protocol + '//' + baseUrl );
22                        var scaytConfigBaseUrl =  plugin.parseUrl( scaytUrl ).path +  '/';
23@@ -988,7 +988,7 @@
24 
25 /**
26  * Set the URL to SCAYT core. Required to switch to licensed version of SCAYT application.
27- * Further details at http://wiki.spellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l .
28+ * Further details at http://wiki.webspellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l .
29  * @name CKEDITOR.config.scayt_srcUrl
30  * @type String
31  * @default ''
32@@ -999,7 +999,7 @@
33 /**
34  * Links SCAYT to custom dictionaries. It's a string containing dictionary ids
35  * separared by commas (","). Available only for licensed version.
36- * Further details at http://wiki.spellchecker.net/doku.php?id=custom_dictionary_support .
37+ * Further details at http://wiki.webspellchecker.net/doku.php?id=custom_dictionary_support .
38  * @name CKEDITOR.config.scayt_customDictionaryIds
39  * @type String
40  * @default ''
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy