Update punctuation.

This commit is contained in:
Bradley M. Kuhn 2016-02-23 19:46:59 -08:00
parent cd15ed755b
commit 15ee2b6edd

View file

@ -38,11 +38,11 @@ $(document).ready(function() {
$('#siteprogressbar'). $('#siteprogressbar').
multiprogressbar({ parts: [ multiprogressbar({ parts: [
{ value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100, { value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
text: noCommaSiteSoFar.toLocaleString() + " have joined.", text: noCommaSiteSoFar.toLocaleString() + " have joined!",
barClass: "progress", textClass: "soFarText" }, barClass: "progress", textClass: "soFarText" },
{ value: { value:
((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100, ((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" }, barClass: "final-goal", textClass: "goalText" },
{ value: 100, { value: 100,
text: siteMatchCount + " matched!", text: siteMatchCount + " matched!",