"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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Skin_menu_not_working-2976712-2.patch | 862 bytes | Harikrishna Kelappuarth |
Issue fork zircon-2976712
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:
Comments
Comment #2
Harikrishna Kelappuarth commentedThe patch is applicable for the 'change skin menu button not working' issue. Please review the patch.
Comment #3
Harikrishna Kelappuarth commentedComment #7
gauravvvv commentedComment #8
gauravvvv commentedcommitted & pushed 023c5c4 on 8.x-1.x
Comment #9
gauravvvv commentedComment #10
Lyhtande commentedHello,
I am a drupal newbie.. how can I apply the patch to the theme?
The composer does not do anything. cweagans/composer-patches is installed.
Do I have to write something other than "drupal/zircon"?