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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 8746be38
    Issue #3261734 by Wim Leers, longwave, lauriii, effulgentsia, Mixologic,... · 8746be38
    catch authored
    Issue #3261734 by Wim Leers, longwave, lauriii, effulgentsia, Mixologic, droplet: Require Node.js 16
+ 1
1
@@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
"private": true,
"private": true,
"engines": {
"engines": {
"yarn": ">= 1.6",
"yarn": ">= 1.6",
"node": ">= 12.0"
"node": ">= 16.0"
},
},
"scripts": {
"scripts": {
"build": "yarn build:css & yarn build:js & yarn build:jqueryui & yarn build:ckeditor5",
"build": "yarn build:css & yarn build:js & yarn build:jqueryui & yarn build:ckeditor5",
Loading