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
See jsfiddle
The alert in ready (JS line 3) is not executed due to error:
ready
Uncaught TypeError: Cannot read property 'classList' of undefined
If remove target="_blank" from anchor element (HTML line 12) the app works as expected.
target="_blank"
The text was updated successfully, but these errors were encountered:
10e534d
No branches or pull requests
See jsfiddle
The alert in
ready
(JS line 3) is not executed due to error:If remove
target="_blank"
from anchor element (HTML line 12) the app works as expected.The text was updated successfully, but these errors were encountered: