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
+ 1
1
@@ -75,7 +75,7 @@ class Drupal {
@@ -75,7 +75,7 @@ class Drupal {
/**
/**
* The current system version.
* The current system version.
*/
*/
const VERSION = '10.1.x-dev';
const VERSION = '10.1.0-dev';
/**
/**
* Core API compatibility.
* Core API compatibility.
Loading