Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links without href check #43

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

justisb
Copy link
Contributor

@justisb justisb commented Sep 4, 2018

Currently linksWithoutHref throws an exception when it encounters a link without an href attribute, as the null value that is returned from getAttribute(link, 'href') chokes on .trim().

The fix in this PR simply reverses the order of the test so that hasAttribute is called first, which ensures that a string value will always be provided.

@Muhnad
Copy link
Owner

Muhnad commented Sep 4, 2018

I just missed it, my fault. thanks @justisb 💯 👍

@Muhnad Muhnad merged commit 41836ba into Muhnad:master Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants