The recent upgrade to jQuery 1.11.x tripped code we had in the PA System which checks the jQuery version before loading. We'd set it to only load if jQuery 1.9.x was present, but that's too restrictive since anything newer should be fine too.
This issue will update the checking code to fail gracefully if jQuery is too old, but will work for anything >= 1.9.
The recent upgrade to jQuery 1.11.x tripped code we had in the PA System which checks the jQuery version before loading. We'd set it to only load if jQuery 1.9.x was present, but that's too restrictive since anything newer should be fine too.
This issue will update the checking code to fail gracefully if jQuery is too old, but will work for anything >= 1.9.