Remove unused variable

This commit is contained in:
Chocobo1 2020-01-07 02:01:44 +08:00
parent c34883f9af
commit c556b20018
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

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);