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>
</form>
@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>
</p>
@stop
@section('scripts')
<script src="/assets/js/places.js"></script>
<link rel="stylesheet" href="/assets/frontend/mapbox-gl.css">
@stop