Not work mobile menu

Created on 27 March 2025, 10 days ago

Problem/Motivation

The mobile menu does not respond to clicks.

Steps to reproduce

1. Generate theme with default options (I added color module).
2. Enable responsive menus.
3. Open site on mobile device.

The developer's tool shows an error:
Uncaught TypeError: e.once is not a function. Error in file themes/at_core/scripts/at.responsiveLists.js. This is part code:

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

Drupal version: 10.4.5
AT Tool 3.1.2
AT Theme Generator 3.1.2
AT Core 2.0.2

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

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

Comments & Activities

Production build 0.71.5 2024