From 762863194dfd4b2c768a49dc9b7400841954f7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Thu, 14 May 2020 20:21:09 +0200 Subject: always run the code before commiting --- js/messaging.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/messaging.js b/js/messaging.js index 7de42cf..3ac9e99 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -283,7 +283,7 @@ function displayMessage(id, data) { $('#beziapp-msg-e2ee-content-${randomencdivid}').show(); $('#beziapp-msg-e2ee-form-${randomencdivid}').hide(); } catch (err) { - alert(${D("incorrectPassword")}); + alert('${D("incorrectPassword")}'); } " > @@ -520,7 +520,7 @@ function setupEventListeners() { $('#beziapp-msg-e2ee-content-${randomencdivid}').show(); $('#beziapp-msg-e2ee-form-${randomencdivid}').hide(); } catch(err) { - alert(${D("incorrectPassword")}); + alert('${D("incorrectPassword")}'); } " > -- cgit v1.2.3