diff --git a/src/assets/js/app.js b/src/assets/js/app.js index f0a5112..88466b3 100644 --- a/src/assets/js/app.js +++ b/src/assets/js/app.js @@ -89,7 +89,7 @@ return librarySlug + '-' + id; }); - $library.find('a[href^="#"]').attr('href', function(index, href) { + $library.find('.i-section__link').attr('href', function(index, href) { if (href.startsWith('#category-')) { // Preserve hash return href;