mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert "custom.js: prevent null.trim error resolves #5000"
This reverts commit a61991fcdb
.
This commit is contained in:
@@ -1229,7 +1229,7 @@ function bindUIButtons() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function proxyWarning(input) {
|
function proxyWarning(input) {
|
||||||
if (input && input.trim() != "")
|
if (input.trim() != "")
|
||||||
$('#proxy-warning').show();
|
$('#proxy-warning').show();
|
||||||
else
|
else
|
||||||
$('#proxy-warning').hide();
|
$('#proxy-warning').hide();
|
||||||
|
Reference in New Issue
Block a user