mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI: Implement removing unused categories
This commit is contained in:
parent
50f2437ac3
commit
24584503d9
7 changed files with 36 additions and 16 deletions
|
@ -203,7 +203,7 @@ window.addEvent('load', function () {
|
|||
};
|
||||
|
||||
var updateFilter = function(filter, filterTitle) {
|
||||
$(filter + '_filter').firstChild.childNodes[1].nodeValue = filterTitle.replace('%1', torrentsTable.getFilteredTorrentsNumber(filter));
|
||||
$(filter + '_filter').firstChild.childNodes[1].nodeValue = filterTitle.replace('%1', torrentsTable.getFilteredTorrentsNumber(filter, CATEGORIES_ALL));
|
||||
};
|
||||
|
||||
var updateFiltersList = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue