From fe8ff85d7eabb370d85fc31ca55b9a6c6f86a356 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 15 Oct 2015 02:58:06 -0400 Subject: [PATCH] Move skin-specific code for compose encryption button to the skin --- program/js/app.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index bb1dd32..f05677a 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3435,8 +3435,6 @@ } else if (action == 'compose') { this.env.compose_commands.push('compose-encrypted'); - // display the toolbar button - $('#' + this.buttons['compose-encrypted'][0].id).show(); var is_html = $('input[name="_is_html"]').val() > 0; -- Gitblit v1.9.1