Skip to content

Commit

Permalink
fix: update anchor in address bar when link clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
moridius authored Jan 2, 2025
1 parent e575e5e commit ae544ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grayscale.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $(function () {
1500,
"easeInOutExpo",
);
window.location.href = $anchor.attr("href");
event.preventDefault();
});
});
Expand Down

0 comments on commit ae544ce

Please sign in to comment.