fix(prejoin) Fix missing lib error

pull/12683/head
Horatiu Muresan 2 years ago committed by Horatiu Muresan
parent d444a45f00
commit 704740969b
  1. 1
      static/prejoin.html

@ -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;

Loading…
Cancel
Save