We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73ab79a + c93d779 commit 7db8dd3Copy full SHA for 7db8dd3
2 files changed
assets/js/external-link-accessibility-helper.js
@@ -42,7 +42,9 @@ class ExternalLinkAccessibilityHelper {
42
43
// Private: check and decorate one link
44
_processLink( link ) {
45
- if ( link.dataset.prpl_accessibility_enhanced === 'true' ) return;
+ if ( link.dataset.prpl_accessibility_enhanced === 'true' ) {
46
+ return;
47
+ }
48
49
const url = new URL( link.href, window.location.href );
50
if (
0 commit comments