整理しやすくするため、$.linkCardの呼出を削除

This commit is contained in:
shibafu
2019-03-05 01:15:00 +09:00
parent 1348054858
commit db09bf40a6
4 changed files with 0 additions and 24 deletions

View File

@@ -54,11 +54,3 @@
{{ $results->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endif
@endsection
@push('script')
<script>
$('.link-card').linkCard({
endpoint: '{{ url('/api/checkin/card') }}'
});
</script>
@endpush