1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00

map event listener

This commit is contained in:
codecalm
2019-10-25 19:25:30 +02:00
committed by Alex Safian
parent 7ef9ee7559
commit 0ad6021d02
+1 -1
View File
@@ -7,7 +7,7 @@
<div id="map-{{ id }}" style="height: {{ height }}rem"></div>
{% capture_global scripts %}
<script>
$(document).ready(function () {
document.addEventListener("DOMContentLoaded", function() {
$('#map-{{ id }}').vectorMap({
map: '{{ data.map }}',
backgroundColor: 'transparent',