* [misc] Revert code.
This commit is contained in:
@@ -235,7 +235,6 @@ window.clickSubmit = function()
|
||||
|
||||
window.renderRowData = function($row, index, row)
|
||||
{
|
||||
if(!row) return;
|
||||
$row.addClass('member member-' + (row ? row.status : 'wait'));
|
||||
$row.attr('data-estimate', row ? row.teamEstimate : 0);
|
||||
$row.attr('data-consumed', row ? row.teamConsumed : 0);
|
||||
|
||||
@@ -267,7 +267,6 @@ function updateAssignedTo()
|
||||
|
||||
window.renderRowData = function($row, index, row)
|
||||
{
|
||||
if(!row) return;
|
||||
$row.addClass('member member-' + (row ? row.memberStatus : 'wait'));
|
||||
$row.attr('data-estimate', row ? row.teamEstimate : 0);
|
||||
$row.attr('data-consumed', row ? row.teamConsumed : 0);
|
||||
|
||||
Reference in New Issue
Block a user