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
+ 1
13
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 32153203
    Issue #3266589 by idebr, mfb, longwave: Remove redundant Link canonical/shortlink response headers · 32153203
    catch authored
@@ -147,7 +147,6 @@ public function view(EntityInterface $_entity, $view_mode = 'full') {
'rel' => 'canonical',
'href' => $url->toString(),
],
TRUE,
];
// Set the non-aliased canonical path as a default shortlink.
@@ -156,7 +155,6 @@ public function view(EntityInterface $_entity, $view_mode = 'full') {
'rel' => 'shortlink',
'href' => $url->setOption('alias', TRUE)->toString(),
],
TRUE,
];
// Since this generates absolute URLs, it can only be cached "per site".
Loading