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