From 091f50f5c025f6957c32af2c36a955794746705a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 17 Dec 2024 19:49:04 +0100 Subject: [PATCH] [FIX] JS variable declaration in the template --- CHANGELOG.md | 4 ++++ timezones/templates/timezones/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cafc8..9c24e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ Section Order: ### Security --> +### Fixed + +- JS variable declaration in the template. (`const` instead of `let`) + ## [2.2.2] - 2024-12-14 ### Added diff --git a/timezones/templates/timezones/index.html b/timezones/templates/timezones/index.html index a7dd5a1..4ab28b0 100644 --- a/timezones/templates/timezones/index.html +++ b/timezones/templates/timezones/index.html @@ -66,7 +66,7 @@