Unclear what this should be, testing this value.
This commit is contained in:
parent
9813a0795f
commit
c6af56f2a6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $(document).ready(function() {
|
||||||
text: "750 achieved! " + moreCount + " beyond that have joined!",
|
text: "750 achieved! " + moreCount + " beyond that have joined!",
|
||||||
barClass: "progress", textClass: "soFarText" },
|
barClass: "progress", textClass: "soFarText" },
|
||||||
{ value:
|
{ value:
|
||||||
((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100,
|
(noCommaMatchFinalGoal / noCommaSiteFinalGoal) * 100,
|
||||||
text: noCommaMatchFinalGoal.toLocaleString() + " will save license compliance work",
|
text: noCommaMatchFinalGoal.toLocaleString() + " will save license compliance work",
|
||||||
barClass: "final-goal", textClass: "goalText" },
|
barClass: "final-goal", textClass: "goalText" },
|
||||||
{ value: 100,
|
{ value: 100,
|
||||||
|
|
Loading…
Reference in a new issue