浏览代码

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>

正在加载...
取消
保存