Remove mapbox links

This commit is contained in:
Jonny Barnes 2023-05-04 18:32:07 +01:00
parent 2ce58ace34
commit 5f54517aa6
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 0 additions and 31 deletions

View file

@ -31,8 +31,3 @@
</div> </div>
</form> </form>
@stop @stop
@section('scripts')
@include('templates.mapbox-links')
<script src="/assets/js/newplace.js"></script>
@stop

View file

@ -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

View file

@ -13,7 +13,3 @@
</div> </div>
{!! $notes->render() !!} {!! $notes->render() !!}
@stop @stop
@section('scripts')
@include('templates.mapbox-links')
@stop

View file

@ -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

View file

@ -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

View file

@ -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>