Hi.
I find bug.
If "View the administration theme" permission disabled. On default theme I have jQuery error "TypeError: $(...).on is not a function". And this bug in all admin/* pages.
I understand it is because I set in admin pages jquery 1.5. But I dont know how to fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jquery_update-admin_theme_perm-2426847-1.7.x-2.x.patch | 645 bytes | plach |
| #1 | jquery_update-admin_theme_perm-2426847-1.patch | 631 bytes | plach |
Comments
Comment #1
plachI had a similar issue and the attached patch (the
7.x-2.xversion) seems to fix it.Comment #2
plachComment #3
marco commentedPatch #1 fixed this issue for me.
Comment #4
ajayg commentedComment #5
markhalliwellThis is a non-existent issue in 7.x-3.x because admin paths went away when #1969244: Specify jQuery version per theme was implemented.