Since I updated to 1.9, Jquery stopped working. I get this error in Firebug :

ReferenceError: jQuery is not defined jquery-ui.min.js (ligne 10)

Then if I use a jquery widget (date picker, hs select...) I get error about undefined functions.

The error goes when I disable JS CDN

Comments

mikeytown2’s picture

in settings.php try this

$conf['advagg_js_cdn_jquery'] = FALSE;

and if that doesn't work try this

$conf['advagg_js_cdn_jquery_ui'] = FALSE;

Let me know which setting fixes the issue for you so I can debug from there. Are you using http://drupal.org/project/jquery_update ?

jvieille’s picture

It works with the second option

$conf['advagg_js_cdn_jquery_ui'] = FALSE;

Thanks

mikeytown2’s picture

Component: JS CDN » Code
Issue summary: View changes
Status: Active » Closed (fixed)

Looks like this was fixed with a configuration change.