Revert previous incorrect change.

This commit is contained in:
Bradley M. Kuhn 2016-01-18 20:25:17 -08:00
parent f1e0fa5258
commit d628fa8fb7

View file

@ -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 / noCommaSiteFinalGoal) * 100, ((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / 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,