From 7a3d15c9454c27f2b62f386998593ee3c396c2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Thu, 14 May 2020 20:38:36 +0200 Subject: single byte commit --- js/messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/messaging.js b/js/messaging.js index a057bb4..8138ed5 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -515,7 +515,7 @@ function setupEventListeners() { $('#beziapp-msg-e2ee-content-${randomencdivid}').html( sjcl.decrypt( $('#beziapp-msg-e2ee-password-${randomencdivid}').val(), - ENCRYPTED_MESSAGE_REGEX.exec($('beziapp-msg-e2ee-content-${randomencdivid}').text())[2]; + ENCRYPTED_MESSAGE_REGEX.exec($('beziapp-msg-e2ee-content-${randomencdivid}').text())[2] ) ); $('#beziapp-msg-e2ee-content-${randomencdivid}').show(); -- cgit v1.2.3