aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-07-12 18:06:23 -0300
committerJonas Smedegaard <dr@jones.dk>2019-07-12 18:06:23 -0300
commit079255cda05a462aae480672d14cb59f0fa24015 (patch)
tree1e0638beef5de1c7068a7f0b1ae7217d58818d12
parent3db317f168ee36b5d9ed92ed5258749f28ac6281 (diff)
Fix hide audiojoin container initially.
-rw-r--r--website/mic.js1
-rw-r--r--website/mic/index.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/website/mic.js b/website/mic.js
index 76d3005..4b87615 100644
--- a/website/mic.js
+++ b/website/mic.js
@@ -467,7 +467,6 @@ $(document).ready(function() {
});
function updateStreamsList() {
- $('#audiojoin').hide();
$('#update-streams').unbind('click').addClass('fa-spin');
var body = { "request": "list" };
Janus.debug("Sending message (" + JSON.stringify(body) + ")");
diff --git a/website/mic/index.html b/website/mic/index.html
index 7e267d2..a7bbd00 100644
--- a/website/mic/index.html
+++ b/website/mic/index.html
@@ -67,7 +67,7 @@
</div>
</div>
</div>
- <div class="row" hide id="audiojoin">
+ <div class="row hide" id="audiojoin">
<span class="label label-info" id="you"></span>
<div class="col-md-6" id="controls">
<div class="input-group margin-bottom-md hide" id="registernow">