Problem/Motivation
jquery.once is not available any more, it is now a vanilla js library: https://www.drupal.org/node/3158256
Proposed resolution
See notes in https://www.drupal.org/node/3158256. Best would be to remove dependency to jquery.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | issues-3400909-fix-error-uncaught-TypeError-fixes.patch | 887 bytes | shalini_jha |
Issue fork tracking_options-3400909
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 #3
shalini_jha commentedHi @criz
I have fixed the issue and added a patch, please review.
Thanks
Comment #5
crizThanks shalini_jjha! I added the missing dependency and committed it.