Changeset - c2ee1c761d7a
[Not reviewed]
0 1 0
Brett Smith (brett) - 8 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
...
 
@@ -224,13 +224,12 @@ $(document).ready(function() {
 
    var selectSupportTypeFromHash = function() {
 
        var urlHash = window.location.hash;
 
        if ((urlHash !== "#monthly") && (urlHash !== "#renewal")) {
 
            urlHash = "#annual";
 
        }
 
        $(".supporter-type-selector a[href=" + urlHash + "]").click();
 
        console.log("fromHash done");
 
    };
 
    $(window).bind("hashchange", selectSupportTypeFromHash);
 
    selectSupportTypeFromHash();
 

	
 
    $( ".footnote-mark" ).tooltip({
 
        items: "a",
0 comments (0 inline, 0 general)