Changeset - cd15ed755be7
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2016-02-24 03:45:50
bkuhn@ebb.org
moreCount variable no longer used.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -32,13 +32,12 @@ $(document).ready(function() {
 
    $('#siteprogressbar').empty();
 

	
 
    if (noCommaSiteSoFar >= noCommaSiteMiddleGoal) {
 
        // We've got
 
        var leftOver = noCommaMatchFinalGoal - noCommaSiteSoFar;
 

	
 
        moreCount =  moreCount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
 
        $('#siteprogressbar').
 
            multiprogressbar({ parts: [
 
                { value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
 
                  text: noCommaSiteSoFar.toLocaleString() + " have joined.",
 
                  barClass: "progress", textClass: "soFarText" },
 
                { value:
0 comments (0 inline, 0 general)