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
elk-quick-quote/quickQuote.js
Line 426 in 5ebda25
You should be able to safely use postarea = quotebutton.closest('.postarea'), now
postarea = quotebutton.closest('.postarea'),
The text was updated successfully, but these errors were encountered:
Depends on your definition of safe. I might need to polyfill it for Opera 11/12. /grin
Sorry, something went wrong.
But yeah, closest is what, five years old? Pretty safe but probably at least a decade younger than this script. ;-)
No branches or pull requests
elk-quick-quote/quickQuote.js
Line 426 in 5ebda25
You should be able to safely use
postarea = quotebutton.closest('.postarea'),
nowThe text was updated successfully, but these errors were encountered: