Fix Ctrl+A in Web UI

This commit is contained in:
Christophe Dumez
2010-03-20 15:48:48 +00:00
parent 722f2aeb5d
commit 2f291daefa
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.2.1 * Sat Mar 20 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.1
- FEATURE: Display pieces that are being downloaded - FEATURE: Display pieces that are being downloaded
- FEATURE: Added back folder watching in Web UI - FEATURE: Added back folder watching in Web UI
- FEATURE: Added back file prioritizing in Web UI - FEATURE: Added back file prioritizing in Web UI
@@ -8,6 +8,7 @@
- BUGFIX: Fix file filtering in complex torrents - BUGFIX: Fix file filtering in complex torrents
- BUGFIX: Ask for user confirmation for recursive torrent download - BUGFIX: Ask for user confirmation for recursive torrent download
- BUGFIX: Fix "add file" dialog in torrent creation tool - BUGFIX: Fix "add file" dialog in torrent creation tool
- BUGFIX: Fix "Ctrl+A" in Web UI
* Sun Mar 14 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.0 * Sun Mar 14 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.0
- FEATURE: User can set alternative speed limits for fast toggling - FEATURE: User can set alternative speed limits for fast toggling

View File

@@ -358,7 +358,7 @@ var dynamicTable = new Class ({
if(!tr.hasClass('selected')) { if(!tr.hasClass('selected')) {
tr.addClass('selected'); tr.addClass('selected');
} }
}); }, this);
}, },
updateRow: function(id, row, status){ updateRow: function(id, row, status){