diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 18:06:23 -0300 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 18:06:23 -0300 |
commit | 079255cda05a462aae480672d14cb59f0fa24015 (patch) | |
tree | 1e0638beef5de1c7068a7f0b1ae7217d58818d12 /website/mic/index.html | |
parent | 3db317f168ee36b5d9ed92ed5258749f28ac6281 (diff) |
Fix hide audiojoin container initially.
Diffstat (limited to 'website/mic/index.html')
-rw-r--r-- | website/mic/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |