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