Supporter page: Scroll to type selection after window ready.

This commit is contained in:
Brett Smith 2016-09-09 14:51:11 -04:00
parent 9d30d7431a
commit fa6a61ed9b

View file

@ -234,7 +234,9 @@ $(document).ready(function() {
if ($selectorLink.length === 0) {
supportTypeSelector("#annual").click();
} else {
$window.scrollTop($selectorLink.offset().top);
$window.bind("ready", function() {
scrollTop($selectorLink.offset().top);
});
}
$( ".footnote-mark" ).tooltip({