e.indexOf is not a function

Created on 28 July 2024, 5 months ago

Problem/Motivation

Slideshow doesn't work on Drupal 10.x because the load() has been removed in jQuery 3.0. so when the jquery.cycle2 plugin is executed produces the error Uncaught TypeError: e.indexOf is not a function

Proposed resolution

Update jquery.cycle2 included in the module, to use

$(this).on("load", function() {})

instead of

$(this).load()
🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇦🇷Argentina matiasmiranda Yerba Buena

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024