aboutsummaryrefslogtreecommitdiffstats
path: root/res/index.html
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-20 11:34:46 +0300
committerRblSb <msrblsb@gmail.com>2020-05-20 11:34:46 +0300
commita525aeb86aaa02bccf960c18ee0b6751409e7d70 (patch)
treece24be2b812656451f56eb7c267584c13b4a0089 /res/index.html
parentd88e6d0f80211b2ace5595af9931b997eb4c6bc4 (diff)
Fix userlist saving, revert options panel
Diffstat (limited to 'res/index.html')
-rw-r--r--res/index.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/res/index.html b/res/index.html
index 61944a7..074c283 100644
--- a/res/index.html
+++ b/res/index.html
@@ -99,9 +99,8 @@
<aside id="chat">
<!-- Chat controls -->
<div class="controls">
- <div id="optionsTitle" style="display: none;">${settings}</div>
<button id="userlisttoggle" title="${toggleUserList}">
- <ion-icon name="chevron-forward"></ion-icon>
+ <ion-icon name="chevron-down"></ion-icon>
<span id="usercount">${connection}...</span>
</button>
<span>
@@ -114,7 +113,6 @@
<div id="userlist"></div>
<!-- Settings list -->
<ul id="optionsPanel" class="collapse" aria-expanded="false">
- <!-- <div><h3>${settings}</h3></div> -->
<div>
<h4>${account}</h4>
<li><button id="exitBtn">${login}</button></li>
@@ -129,13 +127,10 @@
<li><button id="synchThresholdBtn"><span>${synchThreshold}</span></button></li>
<li><button id="removeVideoBtn"><span>${removeVideo}</span></button></li>
</div>
- <div>
+ <div id="adminMenu" style="display: none;">
<h4>${chat}</h4>
- <li><button id="clearchatbtn" style="display: none;"><span>${clearChat}</span></button></li>
+ <li><button id="clearchatbtn"><span>${clearChat}</span></button></li>
</div>
- <!-- <li><a href="#">${exportSettings}</a></li>
- <li><a href="#">${importSettings}</a></li>
- <li class="divider"></li> -->
</ul>
<!-- Messages -->
<div id="messagebuffer" data-simplebar></div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage