Skip to content

Commit 7db8dd3

Browse files
authored
Merge pull request #504 from ProgressPlanner/npm-audit-fix
Run `npm audit fix`
2 parents 73ab79a + c93d779 commit 7db8dd3

2 files changed

Lines changed: 4908 additions & 3808 deletions

File tree

assets/js/external-link-accessibility-helper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ class ExternalLinkAccessibilityHelper {
4242

4343
// Private: check and decorate one link
4444
_processLink( link ) {
45-
if ( link.dataset.prpl_accessibility_enhanced === 'true' ) return;
45+
if ( link.dataset.prpl_accessibility_enhanced === 'true' ) {
46+
return;
47+
}
4648

4749
const url = new URL( link.href, window.location.href );
4850
if (

0 commit comments

Comments
 (0)