mirror of
https://github.com/tabler/tabler.git
synced 2025-12-27 07:44:59 +04:00
10 lines
173 B
HTML
10 lines
173 B
HTML
<script>
|
|
$(document).ready(function () {
|
|
$('#{{ include.id }}').each(function () {
|
|
$(this).vectorMap({
|
|
map: '{{ include.data[1].map }}'
|
|
});
|
|
});
|
|
})
|
|
</script>
|