Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Brassey committed May 15, 2020
1 parent 2bf0254 commit 5abc868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="map"></div>

<script>
mapboxgl.accessToken = 'pk.eyJ1IjoiZG9tbGV0IiwiYSI6ImNrOTgzdDdsZTFkMzAzbW1zaTFpODIwNncifQ.rjAn1IX2-RVMqDhj6BhgFg';
mapboxgl.accessToken = 'pk.eyJ1IjoiZG9tbGV0IiwiYSI6ImNrYThodG5iZTBnOTMyd2xqbGNqaTE2cDMifQ.U-JO4srcXlAYdIYnFEm7Tg';
const transformRequest = (url) => {
const hasQuery = url.indexOf("?") !== -1;
const suffix = hasQuery ? "&pluginName=lunchboxIsochrones" : "?pluginName=lunchboxIsochrones";
Expand Down

0 comments on commit 5abc868

Please sign in to comment.