mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Made transfer list sortable in Web UI
* As a default it is sorted by Name
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
|
||||
myTable = new dynamicTable();
|
||||
ajaxfn = function(){};
|
||||
setSortedColumn = function(index){
|
||||
myTable.setSortedColumn(index);
|
||||
};
|
||||
|
||||
window.addEvent('domready', function(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user