Skip to content

Commit e2482c1

Browse files
micahhenshawMicah Henshaw
andauthored
[5.x] Removed a comment from the js code output of the StaticCacher (#14233)
Co-authored-by: Micah Henshaw <micah@potent.com.au>
1 parent c5c9189 commit e2482c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StaticCaching/Cachers/FileCacher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function replaceElement(el, html) {
278278
})
279279
.then((response) => response.json())
280280
.then((data) => {
281-
map = createMap(); // Recreate map in case the DOM changed.
281+
map = createMap();
282282
283283
const regions = data.regions;
284284
for (var key in regions) {

0 commit comments

Comments
 (0)