From 81f22d665fbdb0d106a8c5351e90598b93fc9367 Mon Sep 17 00:00:00 2001 From: Mark Yu Date: Sun, 13 Jul 2025 18:03:30 -0400 Subject: [PATCH] lint --- src/webui/www/private/shareratio.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();