-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Description
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):
if (c.widgets.indexOf('filter') > -1) {You would have to change it to use $.inArray().
Reactions are currently unavailable