]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js
Imported Upstream version 0.2~stable
[roundcube.git] / program / js / tiny_mce / plugins / spellchecker / editor_plugin_src.js
index c913c4603e482a19460362762d3e6c569d9e4ad3..84a9989f63ca2b8fe92b8d8082d8fd14848bfd00 100644 (file)
@@ -15,7 +15,7 @@
                                author : 'Moxiecode Systems AB',\r
                                authorurl : 'http://tinymce.moxiecode.com',\r
                                infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker',\r
-                               version : tinymce.majorVersion + "." + tinymce.minorVersion\r
+                               version : "2.0.2"\r
                        };\r
                },\r
 \r
                },\r
 \r
                _sendRPC : function(m, p, cb) {\r
-                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", "{backend}");\r
+                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+'/rpc.php');\r
 \r
                        if (url == '{backend}') {\r
                                t.editor.setProgressState(0);\r