Skip to content
New issue

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

Fix comments not opening in IE #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevygee
Copy link

Expanding comments was not working in Internet Explorer 11 due to it not supporting remove():

SCRIPT438: Object doesn't support property or method 'remove'
embed-click.min.js (1,1202)

Previously reported this issue here: https://wordpress.org/support/topic/javascript-error-on-click-in-ie11/

Using this solution: https://stackoverflow.com/a/19298575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant