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
  • 104b0e08
    Issue #3079404 by anavarre: Document that .htaccess 301s get the... · 104b0e08
    Alex Pott authored
    Issue #3079404 by anavarre: Document that .htaccess 301s get the ExpiresDefault value of 2 weeks instead of the Drupal value
+ 1
1
@@ -35,7 +35,7 @@ AddEncoding gzip svgz
@@ -35,7 +35,7 @@ AddEncoding gzip svgz
# Enable expirations.
# Enable expirations.
ExpiresActive On
ExpiresActive On
# Cache all files for 2 weeks after access (A).
# Cache all files and redirects for 2 weeks after access (A).
ExpiresDefault A1209600
ExpiresDefault A1209600
<FilesMatch \.php$>
<FilesMatch \.php$>
Loading