1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/pages/_includes/js/maps.html
2019-10-22 20:20:05 +02:00

10 lines
173 B
HTML

<script>
$(document).ready(function () {
$('#{{ include.id }}').each(function () {
$(this).vectorMap({
map: '{{ include.data[1].map }}'
});
});
})
</script>