We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot assign to read only property 'nodeName' of object '#<HTMLHeadingElement>'
Thorw that error when paste.
if (node.nodeName = '#text' && node.textContent.trim() === '') { continue; }
maybe that will be node.nodeName == '#text' ?
node.nodeName == '#text'
The text was updated successfully, but these errors were encountered:
- Fix for #501.
5a8fe95
- Fix for using when with conditionals (not allowed)
Resolved in 1.6.5
Sorry, something went wrong.
thanks
- Fix for GetmeUK#501.
6262dcb
anthonyjb
No branches or pull requests
Thorw that error when paste.
maybe that will be
node.nodeName == '#text'
?The text was updated successfully, but these errors were encountered: