]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / editor_plugin.js
index 72c1a7a625c9d13253f42e1cf27dc1e7664144b6..a76239bbc88b869f31e73d3c31564224df85d99b 100644 (file)
@@ -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"
                        };
                },
 
                },
 
                _sendRPC : function(m, p, cb) {
-                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+"/rpc.php");
+                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+'/rpc.php');
 
                        if (url == '{backend}') {
                                t.editor.setProgressState(0);
 
        // Register plugin
        tinymce.PluginManager.add('spellchecker', tinymce.plugins.SpellcheckerPlugin);
-})();
\ No newline at end of file
+})();