BUGFIX: Fix possible checkbox update in Web UI

This commit is contained in:
Christophe Dumez
2010-05-24 18:52:12 +00:00
parent 1dadc08625
commit d79f779c0a
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- BUGFIX: Torrent queue position now starts at 1 (closes #581130)
- BUGFIX: Fix unicode issue in start seeding after torrent creation code
- BUGFIX: Fix torrent error state clearance on resuming
- BUGFIX: Fix possible checkbox update in Web UI
- COSMETIC: Fix torrent properties layout
* Wed May 12 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.7

View File

@@ -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) {