Changeset - 2c5a5f3a9502
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-12-02 15:11:21
brett@sfconservancy.org
appeal: Fix jQuery chaining that didn't work.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -38,13 +38,15 @@ $(document).ready(function() {
 
            value: 100,
 
            text: matchesLeft.toLocaleString() + " to go!",
 
            barClass: "final-goal",
 
            textClass: "goalText",
 
        });
 
    }
 
    $('#siteprogressbar').empty().multiprogressbar(barParts);
 
    var $progressBar = $('#siteprogressbar');
 
    $progressBar.empty();
 
    $progressBar.multiprogressbar(barParts);
 

	
 
    $('span#fundraiser-percentage').css({ 'color'        : 'green',
 
                                          'font-weight'  : 'bold',
 
                                          'float'        : 'right',
 
                                          'margin-right' : '40%',
 
                                          'margin-top'   : '2.5%',
0 comments (0 inline, 0 general)