Browse Source

Remove unused variable

adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
c556b20018
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/webui/www/private/scripts/prop-files.js

1
src/webui/www/private/scripts/prop-files.js

@ -642,7 +642,6 @@ window.qBittorrent.PropFiles = (function() { @@ -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);

Loading…
Cancel
Save