Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
44 | <li class="active"><a href="#">채팅</a></li> | 44 | <li class="active"><a href="#">채팅</a></li> |
45 | <li><a id="help" href="#">도움말</a></li> | 45 | <li><a id="help" href="#">도움말</a></li> |
46 | <li><a id="user" href="#">사용자</a></li> | 46 | <li><a id="user" href="#">사용자</a></li> |
47 | - <li><a id="menu-admin" href="#" >Admin</a></li> | 47 | + <li><a id="menu-admin" href="#" style="display:none">Admin</a></li> |
48 | <li><a id="menu-options" href="#">옵션</a></li> | 48 | <li><a id="menu-options" href="#">옵션</a></li> |
49 | </ul> | 49 | </ul> |
50 | </div> | 50 | </div> |
... | @@ -62,7 +62,7 @@ | ... | @@ -62,7 +62,7 @@ |
62 | <button id="options" class="btn btn-fab btn-fab-mini btn-primary pull-right"> | 62 | <button id="options" class="btn btn-fab btn-fab-mini btn-primary pull-right"> |
63 | <i id="icon-settings" class="mdi mdi-action-settings"></i> | 63 | <i id="icon-settings" class="mdi mdi-action-settings"></i> |
64 | </button> | 64 | </button> |
65 | - <button id="audio" class="btn btn-fab btn-fab-mini btn-primary pull-right" > | 65 | + <button id="audio" class="btn btn-fab btn-fab-mini btn-primary pull-right" style="display:none"> |
66 | <i id="icon-audio" class="mdi mdi-av-mic"></i> | 66 | <i id="icon-audio" class="mdi mdi-av-mic"></i> |
67 | </button> | 67 | </button> |
68 | </div> | 68 | </div> |
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
96 | <p class="text-left pull-left">EDIT by <a href="http://khuhub.khu.ac.kr/2018102163/My_Project" target="_blank">김대욱</a></p> | 96 | <p class="text-left pull-left">EDIT by <a href="http://khuhub.khu.ac.kr/2018102163/My_Project" target="_blank">김대욱</a></p> |
97 | <p id="badges" class="text-right pull-right"> | 97 | <p id="badges" class="text-right pull-right"> |
98 | <span><label id="users" class="label">0 사용자</label></span> | 98 | <span><label id="users" class="label">0 사용자</label></span> |
99 | - <span><label id="admin" class="label label-warning" >ADMIN</label></span> | 99 | + <span><label id="admin" class="label label-warning" style="display:none">ADMIN</label></span> |
100 | <span><label class="label label-info">BETA</label></span> | 100 | <span><label class="label label-info">BETA</label></span> |
101 | </p> | 101 | </p> |
102 | </div> | 102 | </div> |
... | @@ -200,13 +200,13 @@ | ... | @@ -200,13 +200,13 @@ |
200 | <div class="togglebutton"> | 200 | <div class="togglebutton"> |
201 | <label>채팅 음성지원<input id="sound" type="checkbox"></label> | 201 | <label>채팅 음성지원<input id="sound" type="checkbox"></label> |
202 | </div> | 202 | </div> |
203 | - <div class="togglebutton" id="toggle-desktop" > | 203 | + <div class="togglebutton" id="toggle-desktop" style="display:none"> |
204 | <label>채팅 알림<input id="desktop" type="checkbox"></label> | 204 | <label>채팅 알림<input id="desktop" type="checkbox"></label> |
205 | </div> | 205 | </div> |
206 | - <div class="togglebutton" id="toggle-synthesis" > | 206 | + <div class="togglebutton" id="toggle-synthesis" style="display:none"> |
207 | <label>음성 합성 [Experimental]<input id="synthesis" type="checkbox"></label> | 207 | <label>음성 합성 [Experimental]<input id="synthesis" type="checkbox"></label> |
208 | </div> | 208 | </div> |
209 | - <div class="togglebutton" id="toggle-recognition" > | 209 | + <div class="togglebutton" id="toggle-recognition" style="display:none"> |
210 | <label>음성 인식 [Experimental]<input id="recognition" type="checkbox"></label> | 210 | <label>음성 인식 [Experimental]<input id="recognition" type="checkbox"></label> |
211 | </div> | 211 | </div> |
212 | </div> | 212 | </div> | ... | ... |
-
Please register or login to post a comment