mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix typo
This commit is contained in:
parent
c061d67b14
commit
423511765a
16 changed files with 43 additions and 43 deletions
|
@ -344,7 +344,7 @@ window.addEvent('load', function () {
|
|||
response['torrents_removed'].each(function (hash) {
|
||||
torrentsTable.removeRow(hash);
|
||||
removeTorrentFromCategoryList(hash);
|
||||
update_categories = true; // Allways to update All category
|
||||
update_categories = true; // Always to update All category
|
||||
});
|
||||
torrentsTable.updateTable(full_update);
|
||||
torrentsTable.altRow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue