Actions
Bug #8463
closedDisabling CBs jQuery results in cbjQuery being undefined
Start date:
13 April 2021
Due date:
% Done:
100%
Estimated time:
Description
The global cbjQuery variable is expected to exist for plugins. It needs to be defined regardless of CBs jQuery being turned on or not.
Updated by krileon about 4 years ago
There's already a fallback to define cbjQuery if CBs jQuery is disabled, but for the following user that's not working.
Updated by krileon about 4 years ago
This might be due to the static caching being applied to that behavior, which shouldn't be applied as we need to be sure cbjQuery is always defined.
Updated by krileon about 4 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.6) - % Done changed from 0 to 100
Works fine. Issue seams to be specific to users site. Likely with the DOM or Joomla output buffer being manipulated to remove duplicate jQuery sources as they're using a Google CDN of jQuery so it's coming from a plugin of sorts.
Actions