File diff 86ef51db5dff → c2ee1c761d7a
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -227,7 +227,6 @@ $(document).ready(function() {
 
            urlHash = "#annual";
 
        }
 
        $(".supporter-type-selector a[href=" + urlHash + "]").click();
 
        console.log("fromHash done");
 
    };
 
    $(window).bind("hashchange", selectSupportTypeFromHash);
 
    selectSupportTypeFromHash();