1
0
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:
Gabriele 2014-11-30 14:41:44 +01:00
parent d7071a81bd
commit 8a4028fc84

View File

@ -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";