Remove unused variable

This commit is contained in:
Chocobo1 2020-01-07 02:01:44 +08:00 committed by sledgehammer999
commit e37b08a879
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -642,7 +642,6 @@ window.qBittorrent.PropFiles = (function() {
if (span === null)
return;
const td = span.parentElement;
const rowElem = td.parentElement;
// store collapsed state
td.set("data-collapsed", isCollapsed);