Menu drop down not working for anonymous users

Created on 30 September 2024, 5 months ago

Problem/Motivation

Drop down on menus does not work for anonymous users

Steps to reproduce

  1. While logged out or in incognito browser, goto https://MidCamp.org
  2. Click on drop down for top level menu item
  3. Nothing appears

Proposed resolution

Fix it

Remaining tasks

Investigate JS Error
Uncaught TypeError: $(...).once is not a function
There’s an issue with the JS that controls the show/hide.

Drupal.behaviors.siteNav = {
    attach: function (context, settings) {
      // open and close mobile nav with hamburger menu
      $('.primary-nav__trigger').once('siteNav').click(function (event) {

User interface changes

Unknown

API changes

Unknown

Data model changes

Unknown

πŸ“Œ Task
Status

Active

Component

Website

Created by

πŸ‡ΊπŸ‡ΈUnited States teknorah Mokena, IL, US

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

Comments & Activities

Production build 0.71.5 2024