Skip to content

Commit

Permalink
refactor(ptdatax): CMD-193 new tab links (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Dec 5, 2024
1 parent 66b10bd commit a2d2d45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script type="module" id="js-open-some-internal-links-in-new-tab">
import findLinksAndSetTargets from '/static/site_cms/js/modules/setTargetForExternalLinks.js';

const links = document.querySelectorAll(
Expand All @@ -7,3 +8,4 @@
shouldDebug: false,
shouldFilter: false,
});
</script>

0 comments on commit a2d2d45

Please sign in to comment.