mirror of https://github.com/onweru/compose.git
assets/js/index.js @@ -105,7 +105,7 @@ }); const linkPositions = pageIds.map(function(id){ const heading = elem(id); const heading = document.getElementById(id.replace('#','')); const position = heading.offsetTop; return position; });