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

Commit

Permalink
ShareCenter.js: forgotten console calls
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 16, 2015
1 parent 0f67abc commit b8a14e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/plugins/action.share/class.ShareCenter.js
Expand Up @@ -1211,7 +1211,6 @@ Class.create("ShareCenter", {
if(this.shareFolderMode == 'workspace' && oForm) {
usersList = oForm.down(".editable_users_list");
}
console.log(mailerShower);
modal.showSimpleModal(
mailerShower,
mailer.buildMailPane(MessageHash["share_center.44"].replace("%s", ajaxplorer.appTitle), message, usersList, MessageHash["share_center.45"], link),
Expand Down Expand Up @@ -1245,7 +1244,6 @@ Class.create("ShareCenter", {
}

// QRCODE BUTTON
console.log(dialogButtonsOrRow);
var qrcodediv = dialogButtonsOrRow.down('.share_qrcode');
if (this.createQRCode) {
if(!qrcodediv){
Expand Down

0 comments on commit b8a14e9

Please sign in to comment.