Skip to content

Commit c93d779

Browse files
committed
Run npm audit fix
1 parent 73ab79a commit c93d779

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)