Changeset - 1eddf3fd0927
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-12 01:41:24
bkuhn@ebb.org
Fix typo: wrong language. :)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter-page.js
Show inline comments
...
 
@@ -48,7 +48,7 @@ $(document).ready(function() {
 
    if (noCommaDonationCount > 0) {
 
        riseDonationCount();
 
    }
 
    if (noCommaSoFar > 0.00 and noCommaGoal > 0.00) {
 
    if (noCommaSoFar > 0.00 && noCommaGoal > 0.00) {
 
        $('span#fundraiser-percentage').text("");
 
        $("#progressbar").progressbar({ value:  curValue });
 
        riseDonationProgressBar();
0 comments (0 inline, 0 general)