-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does not work on IE 10 (maybe other versions too) #7
Comments
Looks like Element.dataset is not supported in IE < 11. This answer should fix this problem. Can you create a PR for this ? If not then I'll fix this during weekend |
Yes, I have created PR. Please take a look. |
Cool, Thanks! merging it right away |
reopening, one minor change needed |
Ok, no problem, I think min version should be generated with Grunt as well. Probably I've commited in wrong directory. |
yes min version will be generated by grunt |
When I test this on IE 10, I get the following error in script:
SCRIPT5007: Unable to get property 'userid' of undefined or null reference
so-card-widget.min.js, line 4 character 1647
Here is how the div look like:
The script I'm using:
Any suggestions?
The text was updated successfully, but these errors were encountered: