diff --git a/deluge/ui/web/js/deluge-torrents.js b/deluge/ui/web/js/deluge-torrents.js index 28cfc10d6..93b8c8889 100644 --- a/deluge/ui/web/js/deluge-torrents.js +++ b/deluge/ui/web/js/deluge-torrents.js @@ -43,7 +43,6 @@ var tpl = '
' + '
'; function progress(value, p, r) { - var width = p['style'].match(/width:\s*(\d+)px/)[1].toInt() var progress = value.toInt(); return String.format(tpl, value.toFixed(2), r.data['state'], progress); }