mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Fix Ctrl+A in Web UI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user