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
This returns an error. (button is not defined) The function still works, but 'Copied!' text is not displayed.
mailtoui/src/js/mailtoui.js
Line 874 in 1be162b
Line 875 in 1be162b
Simple fix: var button = document.getElementById(t.prefix('-button-copy')); var buttonText = document.getElementById(t.prefix('-button-text-copy'));
The text was updated successfully, but these errors were encountered:
Fix for mariordev#20
76eac5b
Just ran into the same issue today, when executing mailtoui under strict mode.
Fixed it here. Let me know if you want me to submit a pull request. 👍
Sorry, something went wrong.
Hi @janogarcia, Thank you for letting me know. No need to submit a pr, I'll get this fix in as soon as I can. Thanks!
Hi @francoismajor, thanks for pointing this out! I'll get this fix in as soon as I can.
No branches or pull requests
This returns an error. (button is not defined) The function still works, but 'Copied!' text is not displayed.
mailtoui/src/js/mailtoui.js
Line 874 in 1be162b
mailtoui/src/js/mailtoui.js
Line 875 in 1be162b
Simple fix:
var button = document.getElementById(t.prefix('-button-copy'));
var buttonText = document.getElementById(t.prefix('-button-text-copy'));
The text was updated successfully, but these errors were encountered: