mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
WebUI: Remove unused variable
This commit is contained in:
parent
d7071a81bd
commit
8a4028fc84
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ window.addEvent('load', function () {
|
|||
if (!speedInTitle)
|
||||
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
|
||||
|
||||
var r = 0;
|
||||
|
||||
var stateToImg = function (state) {
|
||||
if (state == "pausedUP" || state == "pausedDL") {
|
||||
state = "paused";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue