Changeset - fa6a61ed9b28
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-09-09 18:51:11
brett@sfconservancy.org
Supporter page: Scroll to type selection after window ready.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -236,3 +236,5 @@ $(document).ready(function() {
 
    } else {
 
        $window.scrollTop($selectorLink.offset().top);
 
        $window.bind("ready", function() {
 
            scrollTop($selectorLink.offset().top);
 
        });
 
    }
0 comments (0 inline, 0 general)