mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
WebUI: remove unused variable
This commit is contained in:
parent
e9fee414df
commit
fdd17159eb
1 changed files with 0 additions and 1 deletions
|
@ -2858,7 +2858,6 @@ window.qBittorrent.DynamicTable ??= (() => {
|
|||
|
||||
// progress
|
||||
this.columns["progress"].updateTd = function(td, row) {
|
||||
const id = row.rowId;
|
||||
const value = Number(this.getRowValue(row));
|
||||
|
||||
const progressBar = td.firstElementChild;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue