Remove mapbox links
This commit is contained in:
parent
2ce58ace34
commit
5f54517aa6
6 changed files with 0 additions and 31 deletions
|
@ -31,8 +31,3 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('scripts')
|
|
||||||
@include('templates.mapbox-links')
|
|
||||||
<script src="/assets/js/newplace.js"></script>
|
|
||||||
@stop
|
|
||||||
|
|
|
@ -141,8 +141,3 @@
|
||||||
<a href="/admin/places/{{ $place->id }}/merge">Merge with another place?</a>
|
<a href="/admin/places/{{ $place->id }}/merge">Merge with another place?</a>
|
||||||
</p>
|
</p>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('scripts')
|
|
||||||
<script src="/assets/js/places.js"></script>
|
|
||||||
<link rel="stylesheet" href="/assets/frontend/mapbox-gl.css">
|
|
||||||
@stop
|
|
||||||
|
|
|
@ -13,7 +13,3 @@
|
||||||
</div>
|
</div>
|
||||||
{!! $notes->render() !!}
|
{!! $notes->render() !!}
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('scripts')
|
|
||||||
@include('templates.mapbox-links')
|
|
||||||
@stop
|
|
||||||
|
|
|
@ -50,5 +50,4 @@
|
||||||
|
|
||||||
@section('scripts')
|
@section('scripts')
|
||||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||||
@include('templates.mapbox-links')
|
|
||||||
@stop
|
@stop
|
||||||
|
|
|
@ -10,7 +10,3 @@
|
||||||
<p class="latlnginfo">Latitude: <span class="p-latitude">{{ $place->latitude }}</span>, longitude: <span class="p-longitude">{{ $place->longitude }}</span></p>
|
<p class="latlnginfo">Latitude: <span class="p-latitude">{{ $place->latitude }}</span>, longitude: <span class="p-longitude">{{ $place->longitude }}</span></p>
|
||||||
</div>
|
</div>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('scripts')
|
|
||||||
@include('templates.mapbox-links')
|
|
||||||
@stop
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.css"
|
|
||||||
integrity="sha384-PYw71wfjazx+zrtu+VUANG9IUt/6zSXgC5ZXC+u0BIIND+7Whnehc/w3uYV+HxDY"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
>
|
|
||||||
<script
|
|
||||||
src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.js"
|
|
||||||
integrity="sha384-1Iccp/Bs+CQID7AAwqG8UY72KSTYd2t9KFa5gY/4QPW1W6EfLHisdFg4Xvc8HwMa"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
defer
|
|
||||||
></script>
|
|
Loading…
Add table
Reference in a new issue