appeal: Fix object structure passed into $().multiprogressbar.
This commit is contained in:
parent
2c5a5f3a95
commit
4afce1eadc
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ $(document).ready(function() {
|
||||||
textClass: "goalText",
|
textClass: "goalText",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var $progressBar = $('#siteprogressbar');
|
$('#siteprogressbar').empty().multiprogressbar({parts: barParts});
|
||||||
$progressBar.empty();
|
|
||||||
$progressBar.multiprogressbar(barParts);
|
|
||||||
|
|
||||||
$('span#fundraiser-percentage').css({ 'color' : 'green',
|
$('span#fundraiser-percentage').css({ 'color' : 'green',
|
||||||
'font-weight' : 'bold',
|
'font-weight' : 'bold',
|
||||||
|
|
Loading…
Reference in a new issue