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
From README.md:
Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, Chrome 5.0+.
But then e.g. the following code in widget-uitheme.js which I would consider a core widget breaks IE8 (and probably below):
widget-uitheme.js
if (c.widgets.indexOf('filter') > -1) {
You would have to change it to use $.inArray().
$.inArray()
The text was updated successfully, but these errors were encountered:
Hi @Herst!
Thanks for letting me know. I'll have it fixed in a moment.
Sorry, something went wrong.
793a59d
No branches or pull requests
From README.md:
But then e.g. the following code in
widget-uitheme.js
which I would consider a core widget breaks IE8 (and probably below):You would have to change it to use
$.inArray()
.The text was updated successfully, but these errors were encountered: