Add a way to not append attachment menu to attachment list entry

pull/6218/head
Aleksander Machniak 7 years ago
parent 7fb568a569
commit a9c7ef17bd

@ -2391,7 +2391,7 @@ function rcube_elastic_ui()
{ {
item = $(item); item = $(item);
if (!item.children('.drop').length) { if (!item.is('.no-menu') && !item.children('.drop').length) {
var label = rcmail.gettext('options'); var label = rcmail.gettext('options');
var button = $('<a>') var button = $('<a>')
.attr({ .attr({

Loading…
Cancel
Save