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

Commit

Permalink
[edito.pixlr] Fix #500, properly close editor tab after saving
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 16, 2014
1 parent 919e869 commit 85260f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.pixlr/class.PixlrEditor.js
Expand Up @@ -56,7 +56,7 @@ Class.create("PixlrEditor", AbstractEditor, {
if(this.editorOptions.context.__className == "Modal"){
hideLightBox(true);
}else if(this.editorOptions.context.__className == "AjxpTabulator"){
this.editorOptions.context.closeTab(this.currentNode.getPath());
this.editorOptions.context.closeTab("editor.pixlr:/" + this.currentNode.getPath());
}
ajaxplorer.actionBar.fireAction('refresh');
}.bind(this);
Expand Down

0 comments on commit 85260f5

Please sign in to comment.