diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/css/des.css | 3 | ||||
| -rw-r--r-- | res/index.html | 1 | ||||
| -rw-r--r-- | res/langs/en.json | 2 | ||||
| -rw-r--r-- | res/langs/ru.json | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/res/css/des.css b/res/css/des.css index e3f81bd..818a174 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -143,9 +143,6 @@ src:url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/fonts/gl .glyphicon-minus:before { content:"\2212" } -.glyphicon-search:before { - content:"\e003" -} .glyphicon-th-large:before { content:"\e010" } diff --git a/res/index.html b/res/index.html index ca6c679..c3bcde5 100644 --- a/res/index.html +++ b/res/index.html @@ -89,7 +89,6 @@ <button class="btn btn-sm btn-default" id="clearchatbtn" style="display: none;">${clearChat}</button></div> <div class="col-lg-7 col-md-7" id="rightcontrols"> <div class="btn-group" id="plcontrol"> - <button class="btn btn-sm btn-default collapsed" id="showsearch" title="${searchVideo}" data-toggle="collapse" data-target="#searchcontrol" aria-expanded="false"><span class="glyphicon glyphicon-search"></span></button> <button class="btn btn-sm btn-default collapsed" id="showmediaurl" title="${addVideoFromUrl}" data-toggle="collapse" data-target="#addfromurl" aria-expanded="false"><span class="glyphicon glyphicon-plus"></span></button> <button class="btn btn-sm btn-default collapsed" id="showcustomembed" title="${embedCustomFrame}" data-toggle="collapse" data-target="#customembed" aria-expanded="false"><span class="glyphicon glyphicon-th-large"></span></button> <button class="btn btn-sm btn-default" id="clearplaylist" title="${clearPlaylist}"><span class="glyphicon glyphicon-trash"></span></button> diff --git a/res/langs/en.json b/res/langs/en.json index 119dcb4..50f12b4 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -34,8 +34,6 @@ "yourName": "Your Name", "emotes": "Emotes", "clearChat": "Clear Chat", - "uploadImage": "Upload Image", - "searchVideo": "Search video", "addVideoFromUrl": "Add video from URL", "embedCustomFrame": "Embed a custom frame", "clearPlaylist": "Clear playlist", diff --git a/res/langs/ru.json b/res/langs/ru.json index f01262c..3d632af 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -34,8 +34,6 @@ "yourName": "Ваш ник", "emotes": "Смайлы", "clearChat": "Очистить", - "uploadImage": "Загрузить картинку", - "searchVideo": "Найти видео", "addVideoFromUrl": "Добавить видео по ссылке", "embedCustomFrame": "Добавить iframe", "clearPlaylist": "Очистить плейлист", |
