Skip to content

Commit

Permalink
Remove references to annotations and label-trees assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jul 9, 2020
1 parent a0a0b2b commit 5c33b70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/resources/views/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@section('title', 'New Annotation Assistance Request')

@push('scripts')
<script src="{{ cachebust_asset('vendor/label-trees/scripts/main.js') }}"></script>
<script src="{{ cachebust_asset('vendor/ananas/scripts/main.js') }}"></script>
<script type="text/javascript">
biigle.$declare('ananas.labelTrees', {!! $labelTrees !!});
Expand All @@ -17,7 +16,6 @@
@endpush

@push('styles')
<link href="{{ cachebust_asset('vendor/label-trees/styles/main.css') }}" rel="stylesheet">
<link href="{{ cachebust_asset('vendor/ananas/styles/main.css') }}" rel="stylesheet">
@endpush

Expand Down
2 changes: 0 additions & 2 deletions src/resources/views/respond.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@section('title', "Annotation Assistance Request")

@push('scripts')
<script src="{{ cachebust_asset('vendor/annotations/scripts/main.js') }}"></script>
<script src="{{ cachebust_asset('vendor/ananas/scripts/main.js') }}"></script>
<script type="text/javascript">
biigle.$declare('annotations.imageFileUri', '{!! url("api/v1/annotation-assistance-requests/{$request->token}/image") !!}');
Expand All @@ -15,7 +14,6 @@
@endpush

@push('styles')
<link href="{{ cachebust_asset('vendor/annotations/styles/main.css') }}" rel="stylesheet">
<link href="{{ cachebust_asset('vendor/ananas/styles/main.css') }}" rel="stylesheet">
@endpush

Expand Down
2 changes: 0 additions & 2 deletions src/resources/views/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@section('title', "Annotation Assistance Request")

@push('scripts')
<script src="{{ cachebust_asset('vendor/annotations/scripts/main.js') }}"></script>
<script src="{{ cachebust_asset('vendor/ananas/scripts/main.js') }}"></script>
<script type="text/javascript">
biigle.$declare('annotations.imageFileUri', '{!! url('api/v1/images/:id/file') !!}');
Expand All @@ -17,7 +16,6 @@
@endpush

@push('styles')
<link href="{{ cachebust_asset('vendor/annotations/styles/main.css') }}" rel="stylesheet">
<link href="{{ cachebust_asset('vendor/ananas/styles/main.css') }}" rel="stylesheet">
@endpush

Expand Down

0 comments on commit 5c33b70

Please sign in to comment.