moreCount variable no longer used.
This commit is contained in:
parent
e260280ee1
commit
cd15ed755b
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue