From d79f779c0a169c9268ae32129dd5f269aca42266 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 24 May 2010 18:52:12 +0000 Subject: [PATCH] BUGFIX: Fix possible checkbox update in Web UI --- Changelog | 1 + src/webui/prop-files.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 345312f77..f693b7c51 100644 --- a/Changelog +++ b/Changelog @@ -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 - v2.2.7 diff --git a/src/webui/prop-files.html b/src/webui/prop-files.html index 2efdcd7c1..704dc01fc 100644 --- a/src/webui/prop-files.html +++ b/src/webui/prop-files.html @@ -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) {