From ebddbec7c7577ed199d68c11e2f6fe7b4650e4e3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 13 Apr 2023 21:42:10 +0200 Subject: [PATCH] Remove obsolete # (#27008) --- source/integrations/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/integrations/index.html b/source/integrations/index.html index 1db208d4a1e..431a8d40952 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -224,7 +224,7 @@ allComponents.pop(); // remove placeholder element at the end // set active class on active menu item jQuery('.filter-button-group a.active').removeClass('active'); - jQuery(`.filter-button-group a[href="#${hash}"]`).addClass('active'); + jQuery(`.filter-button-group a[href="${hash}"]`).addClass('active'); if (hash === "") { jQuery('.filter-button-group a[href*="#featured"]').addClass('active'); }