aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dumbymap.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumbymap.mjs')
-rw-r--r--src/dumbymap.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dumbymap.mjs b/src/dumbymap.mjs
index 13f4574..e9cb473 100644
--- a/src/dumbymap.mjs
+++ b/src/dumbymap.mjs
@@ -457,6 +457,7 @@ export const generateMaps = (container, {
457 const mapContainer = document.createElement('pre') 457 const mapContainer = document.createElement('pre')
458 mapContainer.className = 'mapclay-container' 458 mapContainer.className = 'mapclay-container'
459 mapContainer.textContent = '#Created by DumbyMap' 459 mapContainer.textContent = '#Created by DumbyMap'
460 mapContainer.style.cssText = 'display: none;'
460 htmlHolder.insertBefore(mapContainer, htmlHolder.firstElementChild) 461 htmlHolder.insertBefore(mapContainer, htmlHolder.firstElementChild)
461 elementsWithMapConfig.push(mapContainer) 462 elementsWithMapConfig.push(mapContainer)
462 } 463 }