From 87cf0a3fb158b5ffaa54a79997d7b01492d39b74 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 22 May 2016 08:19:27 +0200 Subject: [PATCH] Use minified publickey.js (with cache-buster) when available (#5254) --- program/js/app.js | 8 -------- program/steps/mail/compose.inc | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 1ec2dd441..b1e6cf437 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3619,14 +3619,6 @@ function rcube_webmail() // list recipients with missing keys if (!isvalid && missing_keys.length) { - // load publickey.js - if (!$('script#publickeyjs').length) { - $('