From ed1d212ae2daea5e4bd043417610177093e99f19 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 16 Jan 2016 03:03:51 -0500 Subject: [PATCH] Improved SVG cleanup code --- plugins/enigma/enigma.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 0f6d194..bd52d04 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -48,6 +48,11 @@ }); } + $.each(['encrypt', 'sign'], function() { + if (rcmail.env['enigma_force_' + this]) + $('[name="_enigma_' + this + '"]').prop('checked', true); + }); + if (rcmail.env.enigma_password_request) { rcmail.enigma_password_request(rcmail.env.enigma_password_request); } -- Gitblit v1.9.1