From 2f291daefa303aeda82018980b4d78017e0d0b63 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 20 Mar 2010 15:48:48 +0000 Subject: [PATCH] Fix Ctrl+A in Web UI --- Changelog | 3 ++- src/webui/scripts/dynamicTable.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 6a8d4fbf8..da055b5c9 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.2.1 +* Sat Mar 20 2010 - Christophe Dumez - v2.2.1 - FEATURE: Display pieces that are being downloaded - FEATURE: Added back folder watching in Web UI - FEATURE: Added back file prioritizing in Web UI @@ -8,6 +8,7 @@ - BUGFIX: Fix file filtering in complex torrents - BUGFIX: Ask for user confirmation for recursive torrent download - BUGFIX: Fix "add file" dialog in torrent creation tool + - BUGFIX: Fix "Ctrl+A" in Web UI * Sun Mar 14 2010 - Christophe Dumez - v2.2.0 - FEATURE: User can set alternative speed limits for fast toggling diff --git a/src/webui/scripts/dynamicTable.js b/src/webui/scripts/dynamicTable.js index 3cf08631a..7920b4e07 100644 --- a/src/webui/scripts/dynamicTable.js +++ b/src/webui/scripts/dynamicTable.js @@ -358,7 +358,7 @@ var dynamicTable = new Class ({ if(!tr.hasClass('selected')) { tr.addClass('selected'); } - }); + }, this); }, updateRow: function(id, row, status){