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

Commit

Permalink
Fix external mailer button in folder sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 7, 2014
1 parent d7bf9f3 commit 52ac096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/action.share/class.ShareCenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ Class.create("ShareCenter", {
mailerButton.update('<a href="mailto:unknown@unknown.com?Subject='+subject+'&Body='+body+'"> invite</a>');
}else{
body = this.shareFolderMode != 'workspace' ? dialogButtonsOrRow.up('.dialogContent').down('#share_container').getValue() : MessageHash["share_center.43"].replace("%s", ajaxplorer.appTitle);
mailerButton.down('span').update('<a href="mailto:unknown@unknown.com?Subject='+subject+'&Body='+body+'"> invite</a>');
mailerButton.update('<a href="mailto:unknown@unknown.com?Subject='+subject+'&Body='+body+'"> invite</a>');
}
mailerButton.down('a').observe("click", function(e){
var body;
Expand Down

0 comments on commit 52ac096

Please sign in to comment.