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

Plugin is broken in IE 8 #44

Open
seneyr opened this issue Jun 27, 2018 · 1 comment
Open

Plugin is broken in IE 8 #44

seneyr opened this issue Jun 27, 2018 · 1 comment

Comments

@seneyr
Copy link

seneyr commented Jun 27, 2018

When I try to use the 1.3.2 release of the plugin with IE 8, I get a script error on line 47. The error reported by IE is "Expectred identifier, string or number":

Message: Expected identifier, string or number
Line: 47
Char: 17
Code: 0
URI: https://localdev.webserver.com/assets/js/jquery.toast.js

@taniwha100
Copy link

class is key word for ie
please edit
class: "jq-toast-single" - > "class": "jq-toast-single"
this.options.class -> this["options"]["class"]

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