[#6574[ Scope the Labor Budget Add button with a css class

This commit is contained in:
Eric Davis
2011-10-11 10:19:17 -07:00
parent 237b220795
commit 7d0abc641a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jQuery(function($) {
},
showDeliverableAddButton = function() {
$('.add-labor a').hide().last().show();
$('.add-labor a.add').hide().last().show();
},
addNewDeliverableFinance = function(financeType) {