Upgrade to v1.7.7 (Riot -> Element)

This commit is contained in:
2020-09-25 16:59:56 +02:00
parent 87f0e4a183
commit 9fd79a1761
435 changed files with 19588 additions and 13553 deletions
+5 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Jitsi Widget</title>
<link href="bundles/709217699826f8fd4e42/jitsi.css" rel="stylesheet"></head>
<link href="bundles/1c92c9d6b0f5bd0d188c/jitsi.css" rel="stylesheet"></head>
<body>
<div id="jitsiContainer"><!-- the js will put the conference here --></div>
<div id="joinButtonContainer">
@@ -11,11 +11,13 @@
<div class="joinConferencePrompt">
<!-- TODO: i18n -->
<h2>Jitsi Video Conference</h2>
<button type="button" id="joinButton">Join Conference</button>
<div id="widgetActionContainer">
<button type="button" id="joinButton">Join Conference</button>
</div>
</div>
</div>
</div>
<!-- This script is not webpacked, and the script is downloaded at build time -->
<script src="./jitsi_external_api.min.js"></script>
<script type="text/javascript" src="bundles/709217699826f8fd4e42/jitsi.js"></script></body>
<script type="text/javascript" src="bundles/1c92c9d6b0f5bd0d188c/jitsi.js"></script></body>
</html>