From 9c462ef4be0a7510607ac1d06b57cbe97e71d26a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 Jan 2019 22:05:34 +0100 Subject: Added ugly solution to function access --- public/scripts/chat.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/scripts/chat.js') diff --git a/public/scripts/chat.js b/public/scripts/chat.js index b2f2816..b33d503 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -66,3 +66,5 @@ $(document).ready(() => { $('[toggle-contact-modal]').on('click', () => $('#add_contact_modal').toggleClass('is-active')) }); + +testEncryption(); -- cgit v1.2.3