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 @@

Adding a Jackett indexer to RSS clients (RSS feed)

  1. Click on the indexers corresponding button and paste it into the URL field of the RSS client.
  2. -
  3. - You can adjust the q (search string) and cat (categories) arguments accordingly. - E.g. ...&cat=2030,2040&q=big+buck+bunny will search for "big buck bunny" in the Movies/SD (2030) and Movies/HD (2040) categories (See the indexer configuration for available categories). -
  4. +
  5. You can adjust the q (search string) and cat (categories) arguments accordingly. + E.g. ...&cat=2030,2040&q=big+buck+bunny will search for "big buck bunny" in the Movies/SD (2030) and Movies/HD (2040) categories (See the indexer configuration for available categories).

@@ -140,12 +138,6 @@ -
Proxy url: @@ -671,6 +663,6 @@ - +