File diff 8ea3438885fc → e8ec7a33fbe0
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -97,10 +97,7 @@ $(document).ready(function() {
 
        $(".supporter-type-selector a").removeClass("supporter-type-selector-selected");
 
        $selectedLink.addClass("supporter-type-selector-selected");
 
        $(".supporter-type-selection").hide();
 
        var hashIndex = event.target.href.lastIndexOf('#');
 
        if (hashIndex > -1) {
 
            $(event.target.href.slice(hashIndex)).show();
 
        }
 
        $(event.target.hash).show();
 
        $formCorrectionNeeded.addClass('hidden');
 
        return false;
 
    };