- Issue created by @itrujillo
- Status changed to Closed: duplicate
9 months ago 3:35pm 29 February 2024 - πΊπΈUnited States jwjoshuawalker San Diego
Handled in π Remove jquery.once dependency. Needs review
When you update your Drupal to Drupal 10, .once method is deprecated, so you have to change it to his new structure.
Change old method to new one. There an example -> $(once("Arbitrary key", "CSS selector", context)).
Change old method to new one. There an example -> $(once("Arbitrary key", "CSS selector", context)).
Closed: duplicate
1.0
Code
Handled in π Remove jquery.once dependency. Needs review