responsiveLists.js gives a e.once error

Created on 16 June 2023, over 1 year ago
Updated 27 April 2024, 5 months ago

Problem/Motivation

In the console I see:

e.once() error
- (function ($, Drupal, window) {
+ (function ($, Drupal, once, window) {

// Initialize the Responsive lists JS.
Drupal.behaviors.atRL = {
attach: function (context) {
var list = $(context).find('[data-at-responsive-list]');
if (list.length) {
--> list = once('atRL','[data-at-responsive-list]',context);
---> list.forEach(init);
}
}
};
})(jQuery, Drupal, once, window);

Steps to reproduce

Load a page

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

5.0

Component

Theme Settings

Created by

🇦🇺Australia jaimekristene

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

Comments & Activities

Production build 0.71.5 2024