Loading docs/html/about/versions/jelly-bean.jd +7 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,13 @@ function revealSection(hashy) { link = $("#version-tabs a[href$="+sectionId+"]"); link.parent().addClass("selected"); link.parent().siblings().removeClass("selected"); sectionDiv = $(".version-section"+link.attr("href")); if (sectionDiv.length) { $(".version-section").hide(); $(link.attr("href")).show(); sectionDiv.show(); } $('html, body').animate({ scrollTop: $(hashy).offset().top }, 100); Loading Loading
docs/html/about/versions/jelly-bean.jd +7 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,13 @@ function revealSection(hashy) { link = $("#version-tabs a[href$="+sectionId+"]"); link.parent().addClass("selected"); link.parent().siblings().removeClass("selected"); sectionDiv = $(".version-section"+link.attr("href")); if (sectionDiv.length) { $(".version-section").hide(); $(link.attr("href")).show(); sectionDiv.show(); } $('html, body').animate({ scrollTop: $(hashy).offset().top }, 100); Loading