mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: remove unused variable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user