Difference between revisions of "Template:Team:Freiburg/wiki content start bubble"
Line 116: | Line 116: | ||
if(scrollTop < 172 + 10){ | if(scrollTop < 172 + 10){ | ||
+ | console.log("first"); | ||
$el.css({ | $el.css({ | ||
top: (172 - scrollTop) + "px", | top: (172 - scrollTop) + "px", | ||
Line 121: | Line 122: | ||
}); | }); | ||
}else if (visibleFoot > gap) { | }else if (visibleFoot > gap) { | ||
+ | console.log("second"); | ||
$el.css({ | $el.css({ | ||
top: "auto", | top: "auto", | ||
Line 126: | Line 128: | ||
}); | }); | ||
} else { | } else { | ||
+ | console.log("third"); | ||
$el.css({ | $el.css({ | ||
top: 0, | top: 0, |
Revision as of 13:38, 18 September 2015