moreCount variable no longer used.

This commit is contained in:
Bradley M. Kuhn 2016-02-23 19:45:50 -08:00
parent e260280ee1
commit cd15ed755b

View file

@ -35,7 +35,6 @@ $(document).ready(function() {
// We've got
var leftOver = noCommaMatchFinalGoal - noCommaSiteSoFar;
moreCount = moreCount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
$('#siteprogressbar').
multiprogressbar({ parts: [
{ value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,