From 0da4b9bdd8cbe1625d5f6971ec5fb07ebe1fff56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 2 Dec 2022 00:17:35 +0100 Subject: [PATCH] Aktivace jitsi --- VERSION | 2 +- templates/includes/meet.html.ep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8f0916f..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.1 diff --git a/templates/includes/meet.html.ep b/templates/includes/meet.html.ep index feadf7c..72b4028 100644 --- a/templates/includes/meet.html.ep +++ b/templates/includes/meet.html.ep @@ -36,6 +36,6 @@ }, }; -// const jitsi = new JitsiMeetExternalAPI(MEET_DOMAIN, MEET_OPTIONS); + const jitsi = new JitsiMeetExternalAPI(MEET_DOMAIN, MEET_OPTIONS); </script> -- GitLab