* Fix Bug #30245
This commit is contained in:
@@ -2,6 +2,11 @@ $(function()
|
||||
{
|
||||
$('.record-estimate-toggle').modalTrigger({width:900, type:'iframe', afterHide: function(){parent.location.href=parent.location.href;}});
|
||||
if(!newRowCount) $('#taskTeamEditor tr.member').last().addClass('member-last');
|
||||
|
||||
if($('#consumedSpan').parent().find('button').hasClass('disabled'))
|
||||
{
|
||||
$('#consumedSpan').parent().find('button').attr('disabled','disabled')
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user