fix(prejoin) Fix missing lib error

This commit is contained in:
Horatiu Muresan
2022-12-13 16:09:35 +02:00
committed by Horatiu Muresan
parent d444a45f00
commit 704740969b

View File

@@ -6,6 +6,7 @@
<!--#include virtual="/base.html" --> <!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css"> <link rel="stylesheet" href="css/all.css">
<script> <script>
window.EXCALIDRAW_ASSET_PATH = 'libs/';
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
if (!JitsiMeetJS.app) { if (!JitsiMeetJS.app) {
return; return;