Supporter page: Remove debug log.
This commit is contained in:
parent
86ef51db5d
commit
c2ee1c761d
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ $(document).ready(function() {
|
||||||
urlHash = "#annual";
|
urlHash = "#annual";
|
||||||
}
|
}
|
||||||
$(".supporter-type-selector a[href=" + urlHash + "]").click();
|
$(".supporter-type-selector a[href=" + urlHash + "]").click();
|
||||||
console.log("fromHash done");
|
|
||||||
};
|
};
|
||||||
$(window).bind("hashchange", selectSupportTypeFromHash);
|
$(window).bind("hashchange", selectSupportTypeFromHash);
|
||||||
selectSupportTypeFromHash();
|
selectSupportTypeFromHash();
|
||||||
|
|
Loading…
Reference in a new issue