ソースを参照

Adjust name of the js library (#715)

After running `npm install` I end up with a minified library for lib-jitsi-meet. I had to adjust the name to get the example to run
dev1
Anton Georgiev 7年前
コミット
66ee6b3222
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      doc/example/index.html

+ 1
- 1
doc/example/index.html ファイルの表示

@@ -6,7 +6,7 @@
6 6
     <script src="libs/jquery-2.1.1.min.js"></script>
7 7
     <script src="libs/strophe/strophe.js"></script>
8 8
     <script src="libs/strophe/strophe.disco.min.js?v=1"></script>
9
-    <script src="../../lib-jitsi-meet.js"></script>
9
+    <script src="../../lib-jitsi-meet.min.js"></script>
10 10
     <script src="example.js" ></script>
11 11
 </head>
12 12
 <body>

読み込み中…
キャンセル
保存