plugin js typo

minimal-plugin
Ozbolt Menegatti 5 years ago
parent 54395b0ad3
commit ee81194e58

@ -13,9 +13,9 @@ editor: function(div, entry, uneditable) {
var script_url = this.url + "/plugin-loader.js"; var script_url = this.url + "/plugin-loader.js";
$.ajax({ dataType: "script", cache: true, url: script_url, success: function () { $.ajax({ dataType: "script", cache: true, url: script_url, success: function () {
if(--progress_ctr == 0) plugin_load(config, div, entry); if(--progress_ctr == 0) plugin_load(config, div, entry);
}); }});
}, },
harvester: function(div) { harvester: function(div) {
if(typeof plugin_save !== 'undefined') return plugin_save(div); if(typeof plugin_save !== 'undefined') return plugin_save(div);
} }
} }

Loading…
Cancel
Save