-
Notifications
You must be signed in to change notification settings - Fork 248
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
CSS classes for jQuery click binding do not work for Django 2.1.3 #247
Comments
If you can post a quick PR for that it would be splendid. Just add both the old and new classes and it will work for everybody. Thanks ! |
Haven't retested the fix yet; am doing so now. |
Oops, don't think I left the old class in... |
Added back the original classes, testing now. |
Seems good with current Django, haven't tested with old Django version. |
Fix #247 CSS classes for jQuery click binding do not work for Django 2.1.3
Release 1.9.1 |
It seems that .inline-group now needs to be ._inline-group, in static/ajax_select/js/ajax_select.js line 243 (with Django 2.1.3) - otherwise #157 is back.
The text was updated successfully, but these errors were encountered: