Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-11 13:50:08 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commit157edd72bb38eb61ca5d5fd91e1257542d85e55a (patch)
tree6b587125e7ccf6c83189de979fe58a7697444125 /skins
parentb4b400c91d17a23c46d71ca8e377406025ce5a46 (diff)
Elastic: Fix Edit responses button state in Mailvelope mode
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js
index 4511a2839..6a5534e79 100644
--- a/skins/elastic/ui.js
+++ b/skins/elastic/ui.js
@@ -683,7 +683,7 @@ function rcube_elastic_ui()
if (rcmail.env.action == 'compose') {
rcmail.addEventListener('compose-encrypted', function(e) {
$("a.mode-html, button.attach").prop('disabled', e.active);
- $('a.attach, a.responses')[e.active ? 'addClass' : 'removeClass']('disabled');
+ $('a.attach, a.responses:not(.edit)')[e.active ? 'addClass' : 'removeClass']('disabled');
});
$('#layout-sidebar > .footer:not(.pagenav) > a.button').click(function() {