Skip to content

Commit

Permalink
Stop app.js from removing anchor hash links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and joemull committed Aug 7, 2024
1 parent 138ee16 commit 15a708d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/themes/OLH/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $(function() {
$('html,body').animate({
scrollTop: target.offset().top - $(".mini-bar").outerHeight()
}, 1000);
return false;
}
}
});
Expand Down

0 comments on commit 15a708d

Please sign in to comment.