MediaWiki:SupportPage.js: Difference between revisions

Content deleted Content added
highlight current section when page first loads, as well as after scrolling
check for currentSection being undefined (e.g. scrolling at top of page)
Line 54:
});
currentSection = currentSection[currentSection.length - 1];
if ( currentSection && lastSection !== currentSection ) {
lastSection = currentSection;
$('#toc > ul a').removeClass('-active');