From a9c7ef17bd55f0f601ca2d6c8cb59f17fd63a660 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 11 Mar 2018 11:49:43 +0000 Subject: [PATCH] Add a way to not append attachment menu to attachment list entry --- skins/elastic/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index 71f931338..c7b764ffb 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -2391,7 +2391,7 @@ function rcube_elastic_ui() { item = $(item); - if (!item.children('.drop').length) { + if (!item.is('.no-menu') && !item.children('.drop').length) { var label = rcmail.gettext('options'); var button = $('') .attr({