Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed formating of max dollar cap in subsidy message #367

Merged
merged 1 commit into from Apr 27, 2016

Conversation

jwiel86
Copy link
Contributor

@jwiel86 jwiel86 commented Apr 27, 2016

No description provided.

@@ -110,7 +110,7 @@ $(document).ready ->
else
id = pi.attr('data-id')
direct_cost = $('.estimated_cost_' + id).data('cost') / 100
max_dollar = pi.attr('data-max_dollar')
max_dollar = parseFloat(pi.attr('data-max_dollar')).toFixed(2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing! standing O

@jwiel86 jwiel86 merged commit b25619b into master Apr 27, 2016
@jwiel86 jwiel86 deleted the jw_subsidy_message_max_dollar_cap_format branch April 27, 2016 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants