diff --git a/mail/js/app.js b/mail/js/app.js index a550247735..ed4d8772f4 100755 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -6243,7 +6243,7 @@ app.classes.mail = AppJS.extend( var widget = this.et2.getWidgetById(actions[i]); if (widget) { - jQuery(widget.getDOMNode()).trigger('click'); + // jQuery(widget.getDOMNode()).trigger('click'); } } }