Update punctuation.
This commit is contained in:
parent
cd15ed755b
commit
15ee2b6edd
1 changed files with 2 additions and 2 deletions
|
@ -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!",
|
||||||
|
|
Loading…
Reference in a new issue