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
...
 
@@ -41,7 +41,9 @@ $(document).ready(function() {
 
            textClass: "goalText",
 
        });
 
    }
 
    $('#siteprogressbar').empty().multiprogressbar(barParts);
 
    var $progressBar = $('#siteprogressbar');
 
    $progressBar.empty();
 
    $progressBar.multiprogressbar(barParts);
 

	
 
    $('span#fundraiser-percentage').css({ 'color'        : 'green',
 
                                          'font-weight'  : 'bold',
0 comments (0 inline, 0 general)