整理しやすくするため、$.linkCardの呼出を削除
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user