Sha256: 55be421ea11a17215c4810fb97f01c188af3e0862f55daab63b3a06c97fa425c
Contents?: true
Size: 534 Bytes
Versions: 2
Compression:
Stored size: 534 Bytes
Contents
<script> function getLatlng(id) { address = document.getElementById(id); url = address.children[1].children[4].getAttribute('src'); address.setAttribute( 'data-coordinates', url .replace(/^.*!3d/,'') .replace(/![23]m[23].*/,'') + ', ' + url .replace(/^.*!2d/,'') .replace(/!3d.*/,'') ); } var iframes_count = document.querySelectorAll(".branch-info").length; for (i = 1; i <= iframes_count; i++) { getLatlng('branch-' + i + '-info'); } </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-marketing-1.0.1 | _includes/pages/footer/grupopv/our-offices.js |
jekyll-theme-marketing-1.0.0 | _includes/pages/footer/grupopv/our-offices.js |