mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
WebUI: Remove unused variable
This commit is contained in:
parent
d7071a81bd
commit
8a4028fc84
@ -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…
Reference in New Issue
Block a user