When trying to access any administration page as an anonymous user (we normally have a 403 page), the jQuery version that is loaded is the one that is chosen for administrative pages.

This poses a problem as the front page theme is not the same as the administration theme.

I need to load my selected jQuery version to use on administrative page with an access denied error.

ex. if i try to access the /admin page as anonymous, i need to load jQuery 1.10

Can anyone help?
Is there any fix for that issue ?

Thanks

Comments

j.b’s picture

Issue summary: View changes
sergeypavlenko’s picture

Hi, @j.b

I have the same problem. You do not find a solution?

j.b’s picture

Hi,

It was generating a false positive as mentioned in this issue queue.
https://www.drupal.org/node/2141205

markhalliwell’s picture

Status: Active » Closed (won't fix)

This is more of an architectural issue to deal with anonymous users more than anything (using proper APIs/libraries/render caching, etc.).