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.

Comments

plach’s picture

Title: "TypeError: $(...).on is not a function" if "View the administration theme" disabled » Alternate theme verions loaded even if the user has not the "View the administration theme"
StatusFileSize
new631 bytes
new645 bytes

I had a similar issue and the attached patch (the 7.x-2.x version) seems to fix it.

plach’s picture

Status: Active » Needs review
marco’s picture

Status: Needs review » Reviewed & tested by the community

Patch #1 fixed this issue for me.

ajayg’s picture

markhalliwell’s picture

Status: Reviewed & tested by the community » Closed (won't fix)
Parent issue: #2852350: [jquery_update] 7.x-3.0 stable release »

This is a non-existent issue in 7.x-3.x because admin paths went away when #1969244: Specify jQuery version per theme was implemented.