diff --git a/plugin.js b/plugin.js index 0db63f6..37ef736 100644 --- a/plugin.js +++ b/plugin.js @@ -13,9 +13,9 @@ editor: function(div, entry, uneditable) { var script_url = this.url + "/plugin-loader.js"; $.ajax({ dataType: "script", cache: true, url: script_url, success: function () { if(--progress_ctr == 0) plugin_load(config, div, entry); - }); + }}); }, harvester: function(div) { if(typeof plugin_save !== 'undefined') return plugin_save(div); } -} \ No newline at end of file +}