Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Typo prevented correct image url
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 31, 2014
1 parent ac2963b commit 416d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.ajxp_plugin/class.PluginEditor.js
Expand Up @@ -164,7 +164,7 @@ Class.create("PluginEditor", AbstractEditor, {
docDiv.select('img').each(function(img){
img.setStyle({width:'220px'});
img.setAttribute('src', 'plugins/'+ this.pluginId+'/'+img.getAttribute('src'));
});
}.bind(this));
this.docPane.insert({bottom:docDiv});

var pluginfo = docDiv.down("ul.pluginfo_list");
Expand Down

0 comments on commit 416d5fa

Please sign in to comment.