Changeset - c2ee1c761d7a
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-09-09 16:11:29
brett@sfconservancy.org
Supporter page: Remove debug log.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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();
0 comments (0 inline, 0 general)