mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +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)
|
if (!speedInTitle)
|
||||||
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
|
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
|
||||||
|
|
||||||
var r = 0;
|
|
||||||
|
|
||||||
var stateToImg = function (state) {
|
var stateToImg = function (state) {
|
||||||
if (state == "pausedUP" || state == "pausedDL") {
|
if (state == "pausedUP" || state == "pausedDL") {
|
||||||
state = "paused";
|
state = "paused";
|
||||||
|
Loading…
Reference in New Issue
Block a user