remove commented out line that scanned for the width which is redundant now width is a property of the renderer
This commit is contained in:
@ -48,7 +48,6 @@ Copyright:
|
||||
value = new Number(value);
|
||||
var progress = value;
|
||||
var text = r.data['state'] + ' ' + value.toFixed(2) + '%'
|
||||
//var width = new Number(this.style.match(/\w+:\s*(\d+)\w+/)[1]) - 8;
|
||||
return Deluge.progressBar(value, this.width - 8, text);
|
||||
}
|
||||
function seedsRenderer(value, p, r) {
|
||||
|
Reference in New Issue
Block a user