From 948257a8b8f2d0d76910011cb1cfb90e15baafcc Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 2 Mar 2020 13:01:34 +0300 Subject: Remove search video button Too expensive with current youtube quota --- res/css/des.css | 3 --- res/index.html | 1 - res/langs/en.json | 2 -- res/langs/ru.json | 2 -- 4 files changed, 8 deletions(-) (limited to 'res') 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 @@
- 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": "Очистить плейлист", -- cgit v1.2.3