From ae544cef259f10ae947be3102e3ddcfcf4cdeff6 Mon Sep 17 00:00:00 2001 From: moridius Date: Thu, 2 Jan 2025 23:03:22 +0100 Subject: [PATCH] fix: update anchor in address bar when link clicked --- js/grayscale.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/grayscale.js b/js/grayscale.js index 23cc616..ad782eb 100644 --- a/js/grayscale.js +++ b/js/grayscale.js @@ -28,6 +28,7 @@ $(function () { 1500, "easeInOutExpo", ); + window.location.href = $anchor.attr("href"); event.preventDefault(); }); });