- Issue created by @tohesi
- First commit to issue fork.
- Status changed to Needs review
7 months ago 5:42am 5 April 2024
On Drupal 10 with the HTML Field Formatter having the Responsive-option enabled a javascript error is produced on the frontend:
Uncaught TypeError: $(...).once is not a function
at Object.attach (responsive.js?rtrnac:17:10)
at drupal.js?v=10.0.8:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=10.0.8:162:34)
at drupal.init.js?v=10.0.8:32:12
at HTMLDocument.listener (drupal.init.js?v=10.0.8:20:7)
On a Drupal 10 installation:
Fix the issue as recommended in Remove jQuery dependency from the once feature → .
Needs review
1.0
Code