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
2 files
+ 19
7
Compare changes
  • Side-by-side
  • Inline
Files
2
  • d7082acf
    Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott,... · d7082acf
    Alex Pott authored
    Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott, Lendude: comment_empty_title_test has invalid hook
@@ -9,6 +9,6 @@
/**
* Implements hook_preprocess_comment().
*/
function comment_empty_titles_test_preprocess_comment(&$variables) {
function comment_empty_title_test_preprocess_comment(&$variables) {
$variables['title'] = '';
}
Loading