mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-13 10:11:22 +01:00
Mail Compose change "To" label to a dropdown to add bcc cc etc
This commit is contained in:
parent
0df6426c03
commit
d4c819899c
@ -6244,7 +6244,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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user