mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
lint
This commit is contained in:
parent
c25dce8be7
commit
81f22d665f
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue