mirror of https://github.com/onweru/compose.git

weru
06.09.2020 45ccbd5cd2c76341a002268217c36d593d393e3f
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;
        });