Skip to content

Commit

Permalink
VACMS-19375: Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
anantais committed Dec 13, 2024
1 parent c66e049 commit 4042eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docroot/themes/custom/vagovclaro/assets/js/anchor_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 4042eef

Please sign in to comment.