mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
WebUI: Rename function updateCategoryFN to setCategoryFN
This commit is contained in:
@@ -323,7 +323,7 @@ initializeWindows = function() {
|
||||
}
|
||||
};
|
||||
|
||||
updateCategoryFN = function (categoryHash) {
|
||||
setCategoryFN = function (categoryHash) {
|
||||
var categoryName = '';
|
||||
if (categoryHash != 0)
|
||||
var categoryName = category_list[categoryHash].name;
|
||||
|
||||
Reference in New Issue
Block a user