summaryrefslogtreecommitdiffstats
path: root/js/messaging.js
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-14 21:10:08 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-14 21:10:08 +0200
commit0b51465fec51fa13fdd634e8a80531af799458e7 (patch)
tree6fef507f2328aff095632294e2e7cc875951c5f0 /js/messaging.js
parentfixed msg-compose-modal layout (diff)
parentSettings styling fix (diff)
downloadbeziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar.gz
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar.bz2
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar.lz
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar.xz
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.tar.zst
beziapp-0b51465fec51fa13fdd634e8a80531af799458e7.zip
Diffstat (limited to 'js/messaging.js')
-rw-r--r--js/messaging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/messaging.js b/js/messaging.js
index 38b1625..86d90e7 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -513,7 +513,7 @@ function setupEventListeners() {
$('#beziapp-msg-e2ee-content-${randomencdivid}').html(
sjcl.decrypt(
$('#beziapp-msg-e2ee-password-${randomencdivid}').val(),
- $('#beziapp-msg-e2ee-content-${randomencdivid}').text()
+ $('#beziapp-msg-e2ee-content-${randomencdivid}').text()
)
);
$('#beziapp-msg-e2ee-content-${randomencdivid}').show();