diff --git a/src/webui/www/private/shareratio.html b/src/webui/www/private/shareratio.html index f841e09f3..df6094a0d 100644 --- a/src/webui/www/private/shareratio.html +++ b/src/webui/www/private/shareratio.html @@ -66,9 +66,8 @@ document.getElementById("setInactiveMinutes").checked = true; document.getElementById("inactiveMinutes").value = values.inactiveSeedingTimeLimit; } - if (values.shareLimitAction >= 0) - document.getElementById("action").value = values.shareLimitAction.toString(); + document.getElementById("action").value = values.shareLimitAction.toString(); } shareLimitChanged(); @@ -193,6 +192,7 @@