Team:DTU-Denmark/Templates/StartPage
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 38: | Line 38: | ||
var scroll_pos_above_start_of_article = scrollPos < 310; | var scroll_pos_above_start_of_article = scrollPos < 310; | ||
- | var toc_end_reached_bottom_of_article = | + | var toc_end_reached_bottom_of_article = scrollPos + $(".toc").height() > $(".whitebox.article").offset().top + $(".whitebox.article").height(); |
if(scroll_pos_above_start_of_article){ | if(scroll_pos_above_start_of_article){ |
Revision as of 14:24, 22 July 2013