plugin js typo
This commit is contained in:
parent
54395b0ad3
commit
ee81194e58
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user