Remove unsupported code.

This commit is contained in:
David Molineus
2016-10-06 12:32:24 +02:00
parent fa67267473
commit 340cd5d9f6

View File

@@ -6,11 +6,6 @@
<?php endif; ?>
<div id="<?php echo $this->mapId; ?>" style="<?php echo $this->mapStyle; ?>"></div>
<?php if ($this->map): ?>
<script>
<?php echo $this->map; ?>
</script>
<?php endif; ?>
</div>
<!-- indexer::continue -->