Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
5 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline
Files
5
  • a5929f56
    Issue #3300773 by bradjones1, andypost: Fix failed test on... · a5929f56
    catch authored
    Issue #3300773 by bradjones1, andypost: Fix failed test on `symfony/http-foundation` 4.4.44/6.1.3 and later
@@ -35,7 +35,7 @@
"symfony/error-handler": "~v6.1.0",
"symfony/event-dispatcher": "~v6.1.0",
"symfony/event-dispatcher-contracts": "~v3.1.0",
"symfony/http-foundation": "~v6.1.2",
"symfony/http-foundation": "~v6.1.3",
"symfony/http-kernel": "~v6.1.2",
"symfony/mime": "~v6.1.1",
"symfony/polyfill-ctype": "~v1.26.0",
Loading