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
...
 
@@ -43,3 +43,5 @@ $(document).ready(function() {
 
    }
 
    $('#siteprogressbar').empty().multiprogressbar(barParts);
 
    var $progressBar = $('#siteprogressbar');
 
    $progressBar.empty();
 
    $progressBar.multiprogressbar(barParts);
 

	
0 comments (0 inline, 0 general)