mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-26 06:25:27 +00:00
Remove unused variable
This commit is contained in:
parent
c34883f9af
commit
c556b20018
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user