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

Rendering issue in IE11 #9

Open
arijix opened this issue Jul 12, 2017 · 1 comment
Open

Rendering issue in IE11 #9

arijix opened this issue Jul 12, 2017 · 1 comment

Comments

@arijix
Copy link

arijix commented Jul 12, 2017

The nodes are not getting rendered in IE11, with error details (console) as - endsWith not supported.

I have fixed the issue in my local, please correct all the js files, and replace "endsWith" call with "match" call.
e.g - endsWith('?') to be replaced with - match('\?' + "$")

@BoykoAlex
Copy link
Collaborator

Hmm... i think there might be more issues with IE... are you interested in fixing them? Or are you switching to Edge or other browsers?

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

No branches or pull requests

2 participants