From 4042eefc9197eaabecf3674ea801d324743be416 Mon Sep 17 00:00:00 2001 From: Amanda Nantais-Austin Date: Fri, 13 Dec 2024 16:06:35 -0500 Subject: [PATCH] VACMS-19375: Added comment. --- docroot/themes/custom/vagovclaro/assets/js/anchor_links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docroot/themes/custom/vagovclaro/assets/js/anchor_links.js b/docroot/themes/custom/vagovclaro/assets/js/anchor_links.js index e645e7fe3f..80163908c8 100644 --- a/docroot/themes/custom/vagovclaro/assets/js/anchor_links.js +++ b/docroot/themes/custom/vagovclaro/assets/js/anchor_links.js @@ -14,6 +14,7 @@ Drupal.behaviors.vagovclaroAnchorLinks = { attach: function attach() { + //removed XOR operator because it was causing an issue where anchor lins were undefined VACMS-19375 $('a[href="#"][href!="#"]:not([href^="#edit-group"])').click(function (event) { event.preventDefault();