diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 17:31:07 -0300 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 17:31:07 -0300 |
commit | ce1319fb5ea94ed2fb0012a2c06c080618b834f8 (patch) | |
tree | 0947a1155e01140bb8362107dd4efaafaaf36ad9 | |
parent | 3de4f72b558319f2b1aed9f7908cd8d35f239c8a (diff) |
Fix drop duplicate id list (was unused for stream.
-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 ffe054d..b361413 100644 --- a/website/mic/index.html +++ b/website/mic/index.html @@ -54,7 +54,7 @@ <div class="panel-heading"> <h3 class="panel-title">Streams <i id="update-streams" class="fa fa-refresh" title="Update list of streams" style="cursor: pointer;"></i></h3> </div> - <div class="panel-body" id="list"> + <div class="panel-body"> <div class="btn-group btn-group-sm"> <button class="btn btn-primary" autocomplete="off" id="watch">Watch or Listen</button> <div class="btn-group btn-group-sm"> |