- Issue created by @7bit
The mobile menu does not respond to clicks.
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
Active
2.0
Code