mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
Revert "custom.js: prevent null.trim error resolves #5000"
This reverts commit a61991fcdb
.
This commit is contained in:
parent
4ea6ce6cc2
commit
f0245900e4
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ function bindUIButtons() {
|
|||
}
|
||||
|
||||
function proxyWarning(input) {
|
||||
if (input && input.trim() != "")
|
||||
if (input.trim() != "")
|
||||
$('#proxy-warning').show();
|
||||
else
|
||||
$('#proxy-warning').hide();
|
||||
|
|
Loading…
Reference in a new issue