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
6 files
+ 7
10
Compare changes
  • Side-by-side
  • Inline
Files
6
  • bf76bf15
    Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala,... · bf76bf15
    catch authored
    Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala, andypost: Remove Color module from the Standard profile
@@ -64,8 +64,6 @@ protected function getAvailablePaths() {
'Bulk Export',
'Chaos tools',
'Chaos Tools (CTools) AJAX Example',
// @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
'Color',
'Comment',
'Contact',
'Content translation',
@@ -156,6 +154,8 @@ protected function getMissingPaths() {
// Block is set not_finished in migrate_state_not_finished_test.
'Block',
'Breakpoints',
// @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
'Color',
'Contact translation',
'Entity Translation Menu',
'Entity Translation Upgrade',
Loading