mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Remove unused variable
This commit is contained in:
@@ -642,7 +642,6 @@ window.qBittorrent.PropFiles = (function() {
|
|||||||
if (span === null)
|
if (span === null)
|
||||||
return;
|
return;
|
||||||
const td = span.parentElement;
|
const td = span.parentElement;
|
||||||
const rowElem = td.parentElement;
|
|
||||||
|
|
||||||
// store collapsed state
|
// store collapsed state
|
||||||
td.set("data-collapsed", isCollapsed);
|
td.set("data-collapsed", isCollapsed);
|
||||||
|
|||||||
Reference in New Issue
Block a user