diff options
author | Marvin Borner | 2019-01-23 22:05:34 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-23 22:05:34 +0100 |
commit | 9c462ef4be0a7510607ac1d06b57cbe97e71d26a (patch) | |
tree | 5ed279628a482f50bbdc831c0f3e87a665128857 /public/scripts/chat.js | |
parent | eb39bb0d2f4467bddd3a128979830de3c0833f77 (diff) |
Added ugly solution to function access
Diffstat (limited to 'public/scripts/chat.js')
-rw-r--r-- | public/scripts/chat.js | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |