- Issue created by @vetchneons
- @vetchneons opened merge request.
drupal.js?v=11.0.13:64 Uncaught TypeError: $.isFunction is not a function
at Object.attach (colorbox-media-video.js?svj80t:10:14)
at drupal.js?v=11.0.13:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=11.0.13:162:34)
at drupal.init.js?v=11.0.13:32:12
at HTMLDocument.listener (drupal.init.js?v=11.0.13:20:7)
Note: You will need to update to the jQuery4 compatible version of the colorbox library as well.
Change:
if (typeof $.colorbox !== 'function' || typeof settings.colorbox === 'undefined') {
return;
}
To:
if (typeof $.colorbox !== 'function' || typeof settings.colorbox === 'undefined') {
return;
}
Active
2.0
Code