Hi

Please create option in settings area for disabling jquery update for admin path.

I does it manually:
https://drupal.org/node/1392228#comment-8408471

CommentFileSizeAuthor
#2 jqu-skip_admin-2181095-2.patch920 bytesplach
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SomebodySysop’s picture

I don't have the solution to this, but it is very similar to the comment to my own question I just posted: https://drupal.org/comment/8409653#comment-8409653

In short, how can we disable certain url paths within jquery_update when there are functions that either don't need the jquery update or are broken by it?

plach’s picture

Assigned: mahyarsbt » Unassigned
Status: Active » Needs review
Issue tags: -disable, -admin, -path
FileSize
920 bytes

Here is a patch introducing a new option in the Admin version select to skip replacement altogether. It's working ok here.

gge’s picture

doesn't work if "Use the administration theme when editing or creating content" is unchecked.

ygerasimov’s picture

Status: Needs review » Reviewed & tested by the community

Patch #2 works very well. Thank you! Probably content editing is not an admin path. You can fix that with hook_menu_alter

markhalliwell’s picture

Status: Reviewed & tested by the community » Closed (won't fix)
Related issues: +#1969244: Specify jQuery version per theme

We are actually going in a different direction here.