Fix typo: wrong language. :)

This commit is contained in:
Bradley M. Kuhn 2015-03-11 18:41:24 -07:00
parent 76f5e1b7ea
commit 1eddf3fd09

View file

@ -48,7 +48,7 @@ $(document).ready(function() {
if (noCommaDonationCount > 0) { if (noCommaDonationCount > 0) {
riseDonationCount(); riseDonationCount();
} }
if (noCommaSoFar > 0.00 and noCommaGoal > 0.00) { if (noCommaSoFar > 0.00 && noCommaGoal > 0.00) {
$('span#fundraiser-percentage').text(""); $('span#fundraiser-percentage').text("");
$("#progressbar").progressbar({ value: curValue }); $("#progressbar").progressbar({ value: curValue });
riseDonationProgressBar(); riseDonationProgressBar();