File diff abcbe1f7c9d0 → a557f2b3357c
conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -158,7 +158,7 @@ $(document).ready(function() {
 
        $element.append($element.data('expand-link-text'));
 
    });
 
    $('.expandable-section').each(function(index) {
 
        var $expandlink = $(this).children('a.expander');
 
        var $expandlink = $(this).find('a.expander');
 
        var $ourexpandablesection = $(this);
 
        $expandlink.on('click', function(event) {
 
            $expandlink.fadeOut('slow');