Skip to content

Commit

Permalink
remove active class from donation progress bar, it causes high cpu lo…
Browse files Browse the repository at this point in the history
…ad on some systems
  • Loading branch information
Arie committed Sep 10, 2016
1 parent 5624295 commit 9e1e5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_donation_target.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%strong Monthly server bills (#{I18n.t('number.currency.format.unit')}#{PaypalOrder.monthly_goal.round})

.col-md-7
.progress.progress-striped.active
.progress.progress-striped
- if goal_percentage <= 100
- width = goal_percentage
- else
Expand Down

0 comments on commit 9e1e5ad

Please sign in to comment.