Skip to content

Commit

Permalink
Merge pull request #2328 from sparc-request/yw-fix_not_funded_bug
Browse files Browse the repository at this point in the history
Hide federal grant information when not funded is selected
  • Loading branch information
Stuart-Johnson committed May 7, 2020
2 parents 1c9f363 + 10c09a5 commit a6aaf67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/protocol_form.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ toggleFundingSource = (val) ->
$('#fundingRfaContainer').addClass('d-none')
$('#fundingStartDateContainer').addClass('d-none')
$('#potentialFundingStartDateContainer').addClass('d-none')
$('#federalGrantInformation').addClass('d-none')
$('#protocol_funding_source, #protocol_potential_funding_source').attr('disabled', false).selectpicker('refresh')


Expand Down

0 comments on commit a6aaf67

Please sign in to comment.