Removed extraneous code form QueueStatusCell
This commit is contained in:
parent
ab05aabcd8
commit
9c6578c5de
|
@ -26,10 +26,6 @@ define(
|
||||||
title = 'Queued';
|
title = 'Queued';
|
||||||
}
|
}
|
||||||
|
|
||||||
var timeleft = this.cellValue.get('timeleft');
|
|
||||||
var size = this.cellValue.get('size');
|
|
||||||
var sizeleft = this.cellValue.get('sizeleft');
|
|
||||||
|
|
||||||
this.$el.html('<i class="{0}" title="{1}"></i>'.format(icon, title));
|
this.$el.html('<i class="{0}" title="{1}"></i>'.format(icon, title));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue