"Uncaught TypeError: a.indexOf is not a function" caused due to the deprecation of load() method in jQuery 3 which Drupal 8.4 and later versions are using. In jQuery 3 load() method moved to on('load', function()) method.

Issue fork zircon-2976712

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Harikrishna Kelappuarth’s picture

Status: Active » Needs review
FileSize
862 bytes

The patch is applicable for the 'change skin menu button not working' issue. Please review the patch.

Harikrishna Kelappuarth’s picture

Assigned: Harikrishna Kelappuarth » Unassigned

Gauravmahlawat made their first commit to this issue’s fork.

Gauravvvv’s picture

Status: Needs review » Fixed
Gauravvvv’s picture

committed & pushed 023c5c4 on 8.x-1.x

Gauravvvv’s picture

Status: Fixed » Closed (fixed)
Lyhtande’s picture

Hello,
I am a drupal newbie.. how can I apply the patch to the theme?

        "patches": {
            "drupal/zircon": {
                "Zricon skin menu button not working": "https://www.drupal.org/files/issues/2018-06-01/Skin_menu_not_working-2976712-2.patch"
            },
        },

The composer does not do anything. cweagans/composer-patches is installed.
Do I have to write something other than "drupal/zircon"?