From 5fc741755e630c833570c39912062809879549b7 Mon Sep 17 00:00:00 2001 From: Micah Henshaw Date: Thu, 12 Mar 2026 11:00:20 +1100 Subject: [PATCH] Removed a comment from the js code output --- src/StaticCaching/Cachers/FileCacher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StaticCaching/Cachers/FileCacher.php b/src/StaticCaching/Cachers/FileCacher.php index 50170b5983f..d8791897b76 100644 --- a/src/StaticCaching/Cachers/FileCacher.php +++ b/src/StaticCaching/Cachers/FileCacher.php @@ -278,7 +278,7 @@ function replaceElement(el, html) { }) .then((response) => response.json()) .then((data) => { - map = createMap(); // Recreate map in case the DOM changed. + map = createMap(); const regions = data.regions; for (var key in regions) {