diff --git a/src/Jackett.Common/Content/custom.css b/src/Jackett.Common/Content/custom.css index 6a459feda..8c97a6dc6 100644 --- a/src/Jackett.Common/Content/custom.css +++ b/src/Jackett.Common/Content/custom.css @@ -270,11 +270,6 @@ table td.fit{ text-align: right; margin-right: 1em; } - -input#searchquery { +input#searchquery{ width:400px; } - -#proxy-warning { - color: red; -} diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index 295b960d2..de1cf7f51 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -99,7 +99,6 @@ function loadJackettSettings() { doNotify(value, "danger", "glyphicon glyphicon-alert", false); }) - proxyWarning(data.proxy_url); reloadIndexers(); }); } @@ -1222,15 +1221,4 @@ function bindUIButtons() { doNotify("Request to Jackett server failed", "danger", "glyphicon glyphicon-alert"); }); }); - - $('#jackett-proxy-url').on('input', function () { - proxyWarning($(this).val()); - }); -} - -function proxyWarning(input) { - if (input.trim() != "") - $('#proxy-warning').show(); - else - $('#proxy-warning').hide(); } diff --git a/src/Jackett.Common/Content/custom_mobile.css b/src/Jackett.Common/Content/custom_mobile.css index 43f89518b..21bd214aa 100644 --- a/src/Jackett.Common/Content/custom_mobile.css +++ b/src/Jackett.Common/Content/custom_mobile.css @@ -281,10 +281,6 @@ div#jackett-releases-datatable_wrapper { width: 100%; overflow-x: scroll; } -input#searchquery { +input#searchquery{ width:50%; } - -#proxy-warning { - color: red; -} diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index 0c6286610..e607f36ef 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -34,8 +34,8 @@ - - + + @@ -87,10 +87,8 @@