- Issue created by @John_B
- 🇩🇪Germany christianadamski Berlin, Germany
The solution is this:
scripts/at.responsiveLists.js
line first & last
(function ($, Drupal, window) { })(jQuery, Drupal, window);
to
(function ($, Drupal, window, once) { })(jQuery, Drupal, window, once);
line 46
list.once().each(init);
to
$(once('at-responsive-list', list)).each(init);
I can't provide patch or MR as the package.json toolchain doesn't work anymore and I can't minimize the JS with that.