diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/mic.js | 1 | ||||
-rw-r--r-- | website/mic/index.html | 2 |
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"> |