X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fjs%2Ftiny_mce%2Fplugins%2Fspellchecker%2Feditor_plugin_src.js;fp=program%2Fjs%2Ftiny_mce%2Fplugins%2Fspellchecker%2Feditor_plugin_src.js;h=84a9989f63ca2b8fe92b8d8082d8fd14848bfd00;hb=3adad46e27086084a8b28a32fc4fbc953dbfef6c;hp=c913c4603e482a19460362762d3e6c569d9e4ad3;hpb=48e8459231a1efa3e97284d07a328776a5b7485b;p=roundcube.git diff --git a/program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js b/program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js index c913c46..84a9989 100644 --- a/program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js +++ b/program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js @@ -15,7 +15,7 @@ author : 'Moxiecode Systems AB', authorurl : 'http://tinymce.moxiecode.com', infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker', - version : tinymce.majorVersion + "." + tinymce.minorVersion + version : "2.0.2" }; }, @@ -312,7 +312,7 @@ }, _sendRPC : function(m, p, cb) { - var t = this, url = t.editor.getParam("spellchecker_rpc_url", "{backend}"); + var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+'/rpc.php'); if (url == '{backend}') { t.editor.setProgressState(0);