mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Add explicit semicolon
This commit is contained in:
parent
0577cf588c
commit
c34883f9af
5 changed files with 9 additions and 9 deletions
|
@ -1716,7 +1716,7 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
const size = window.qBittorrent.Misc.friendlyUnit(this.getRowValue(row), false);
|
||||
td.set('text', size);
|
||||
td.set('title', size);
|
||||
}
|
||||
};
|
||||
const displayPercentage = function(td, row) {
|
||||
const value = window.qBittorrent.Misc.friendlyPercentage(this.getRowValue(row));
|
||||
td.set('text', value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue