mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
BUGFIX: Fix possible checkbox update in Web UI
This commit is contained in:
@@ -113,7 +113,7 @@ var createPriorityCombo = function(id, selected_prio) {
|
||||
if(row[i] > 0)
|
||||
tds[i].getChildren('input')[0].set('checked', 'checked');
|
||||
else
|
||||
tds[i].removeProperty('checked')
|
||||
tds[i].getChildren('input')[0].removeProperty('checked')
|
||||
} else {
|
||||
if(i == 4) {
|
||||
if(row[i] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user