Skip to content

Commit afd6766

Browse files
committed
Merge branch '5.x' into 6.x
2 parents 4d17134 + a9f513b commit afd6766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticCaching/Cachers/FileCacher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function replaceElement(el, html) {
331331
})
332332
.then((response) => response.json())
333333
.then((data) => {
334-
map = createMap(); // Recreate map in case the DOM changed.
334+
map = createMap();
335335
336336
const regions = data.regions;
337337
for (var key in regions) {

0 commit comments

Comments
 (0)