Move mapbox links into its own sub-view

This commit is contained in:
Jonny Barnes 2016-09-14 18:31:57 +01:00
parent f00a0b74f0
commit 6c30673056
7 changed files with 8 additions and 12 deletions

View file

@ -0,0 +1,2 @@
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.css" integrity="sha384-ZDBUvY/seENyR1fE6u4p1oMFfsKVjIlkiB6TrCdXjeZVPlYanREcmZopTV8WFZ0q" crossorigin="anonymous">
<script src="https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.js" integrity="sha384-GgNQAMOzWcL0fePJqogHh8dCjsGKZpkBNgm3einGr0aUb9kcXvr9JeU/PDf5knja" crossorigin="anonymous"></script>