Changeset - 15ee2b6eddfb
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2016-02-24 03:46:59
bkuhn@ebb.org
Update punctuation.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -38,11 +38,11 @@ $(document).ready(function() {
 
        $('#siteprogressbar').
 
            multiprogressbar({ parts: [
 
                { value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
 
                  text: noCommaSiteSoFar.toLocaleString() + " have joined.",
 
                  text: noCommaSiteSoFar.toLocaleString() + " have joined!",
 
                  barClass: "progress", textClass: "soFarText" },
 
                { value:
 
                  ((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100,
 
                  text: leftOver.toLocaleString() + " more needed to save license compliance work",
 
                  text: leftOver.toLocaleString() + " more needed to save license compliance work.",
 
                  barClass: "final-goal", textClass: "goalText" },
 
                {  value: 100,
 
                   text: siteMatchCount + " matched!",
0 comments (0 inline, 0 general)