Changeset - 7ea7e8ef602b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-12 01:42:40
bkuhn@ebb.org
Correct initialization and counter.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter-page.js
Show inline comments
...
 
@@ -43,3 +43,3 @@ $(document).ready(function() {
 
            $('span#fundraiser-donation-count').text(curDonationCount.toLocaleString());
 
            incrementDonationCount += incrementDonationCount;
 
            curDonationCount += incrementDonationCount;
 
            setTimeout(riseDonationCount, 50);
...
 
@@ -48,2 +48,3 @@ $(document).ready(function() {
 
    if (noCommaDonationCount > 0) {
 
        $('span#fundraiser-donation-count').text("");
 
        riseDonationCount();
0 comments (0 inline, 0 general)