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
In Firefox (version 50.0.1), when I click the twitter button, it opens both in a new window, and a new tab.
As you can see, the one in the tab is missing the Twitter handle, and the one that opens in a new window is missing everything else.
A quick fix for this would be handling the onclick event using addEventListener instead of the inline script, so that you can use preventDefault.
onclick
addEventListener
preventDefault
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A quick fix for this would be handling the
onclick
event usingaddEventListener
instead of the inline script, so that you can usepreventDefault
.The text was updated successfully, but these errors were encountered: