Browse Source

fix(prejoin) Fix missing lib error

factor2
Horatiu Muresan 2 years ago
parent
commit
704740969b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/prejoin.html

+ 1
- 0
static/prejoin.html View File

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

Loading…
Cancel
Save