Skip to content

Commit

Permalink
style: tup-715 better function name
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Jun 12, 2024
1 parent 1c5b24c commit b02a46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/* HACK: To revert URL of links that Google changes on hover */
/* FAQ: Google Analytics settings interpret subdomain links as URLs to adjust so it can track navigation */
[ ...links ].forEach( function restorLinkHrefIfChangedOnHover(link) {
[ ...links ].forEach( function restoreLinkHrefChangedOnHover(link) {
const isTACC = document.location.host.includes('tacc.utexas.edu');

if ( isTACC ) {
Expand Down

0 comments on commit b02a46b

Please sign in to comment.