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
4 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 2a9221d5
    Issue #2341553 by GoZ, DuaelFr, smustgrave, Prashant.c, Rajender Rajan,... · 2a9221d5
    Alex Pott authored
    Issue #2341553 by GoZ, DuaelFr, smustgrave, Prashant.c, Rajender Rajan, Lendude, marvin_B8, voleger, dawehner: Use routing to generate update.php url
@@ -21,6 +21,8 @@ public function __construct(TranslationInterface $string_translation) {
$title = $this->t('Drupal already installed');
$replacements = [
':base-url' => $GLOBALS['base_url'],
// We cannot use the route system.db_update here because we are too early
// in the execution stack.
':update-url' => $GLOBALS['base_path'] . 'update.php',
];
$message = $this->t('<ul>
Loading