Skip to content
Snippets Groups Projects
Commit f8640212 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Typo

parent 5f340df8
Branches
Tags
3 merge requests!38Issue #3468454,!37Issue #3468454,!32Issue #3199408 by mparker17, smustgrave, Wim Leers, Anybody: Migrate...
Pipeline #208790 canceled
......@@ -112,7 +112,7 @@
else if (
this.tagName !== 'AREA' &&
url.indexOf('mailto:') === 0 &&
!(extCssExclude && $(this).is(extCssExclude))
!(extCssExclude && $(this).is(extCssExclude)) &&
!(extCssExclude && $(this).parents(extCssExclude).length > 0) &&
!(extCssExplicit && $(this).parents(extCssExplicit).length < 1)
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment