mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI: Rename function updateCategoryFN to setCategoryFN
This commit is contained in:
parent
c003229fcf
commit
d30a799b45
2 changed files with 3 additions and 3 deletions
|
@ -323,7 +323,7 @@ initializeWindows = function() {
|
|||
}
|
||||
};
|
||||
|
||||
updateCategoryFN = function (categoryHash) {
|
||||
setCategoryFN = function (categoryHash) {
|
||||
var categoryName = '';
|
||||
if (categoryHash != 0)
|
||||
var categoryName = category_list[categoryHash].name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue