Team:DTU-Denmark/Templates/StartPage

From 2013.igem.org

(Difference between revisions)
Line 40: Line 40:
             var scroll_pos_above_start_of_article = scrollPos < $(".whitebox.article").offset().top - 68;
             var scroll_pos_above_start_of_article = scrollPos < $(".whitebox.article").offset().top - 68;
             var toc_end_reached_bottom_of_article = scrollPos + toc_margin_from_top + $(".toc").height() > $(".whitebox.article").offset().top + $(".whitebox.article").height() - 35;
             var toc_end_reached_bottom_of_article = scrollPos + toc_margin_from_top + $(".toc").height() > $(".whitebox.article").offset().top + $(".whitebox.article").height() - 35;
-
             var toc_margin_from_title = $(".navigation").height() + 68;
+
             var toc_margin_from_title = scrollPos < $(".navigation").height() + 68;
             if(scroll_pos_above_start_of_article){
             if(scroll_pos_above_start_of_article){

Revision as of 08:43, 27 August 2013