WebUI: remove unused variable
This commit is contained in:
parent
e9fee414df
commit
fdd17159eb
@ -2858,7 +2858,6 @@ window.qBittorrent.DynamicTable ??= (() => {
|
|||||||
|
|
||||||
// progress
|
// progress
|
||||||
this.columns["progress"].updateTd = function(td, row) {
|
this.columns["progress"].updateTd = function(td, row) {
|
||||||
const id = row.rowId;
|
|
||||||
const value = Number(this.getRowValue(row));
|
const value = Number(this.getRowValue(row));
|
||||||
|
|
||||||
const progressBar = td.firstElementChild;
|
const progressBar = td.firstElementChild;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user