Fix typo: wrong language. :)
This commit is contained in:
parent
76f5e1b7ea
commit
1eddf3fd09
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue