diff --git a/resources/views/ejaculation/show.blade.php b/resources/views/ejaculation/show.blade.php
index 2b9eab1..c33ce95 100644
--- a/resources/views/ejaculation/show.blade.php
+++ b/resources/views/ejaculation/show.blade.php
@@ -104,9 +104,5 @@
             form.attr('action', form.attr('action').replace('@', modal.data('id')));
             form.submit();
         });
-
-        $('.link-card').linkCard({
-            endpoint: '{{ url('/api/checkin/card') }}'
-        });
     </script>
 @endpush
\ No newline at end of file
diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php
index f714149..65af48b 100644
--- a/resources/views/search/index.blade.php
+++ b/resources/views/search/index.blade.php
@@ -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
\ No newline at end of file
diff --git a/resources/views/timeline/public.blade.php b/resources/views/timeline/public.blade.php
index d06405f..a725b1c 100644
--- a/resources/views/timeline/public.blade.php
+++ b/resources/views/timeline/public.blade.php
@@ -54,11 +54,3 @@
         {{ $ejaculations->links(null, ['className' => 'mt-4 justify-content-center']) }}
     </div>
 @endsection
-
-@push('script')
-    <script>
-        $('.link-card').linkCard({
-            endpoint: '{{ url('/api/checkin/card') }}'
-        });
-    </script>
-@endpush
\ No newline at end of file
diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php
index 4cff5bb..92c8c0e 100644
--- a/resources/views/user/profile.blade.php
+++ b/resources/views/user/profile.blade.php
@@ -112,9 +112,5 @@
             form.attr('action', form.attr('action').replace('@', modal.data('id')));
             form.submit();
         });
-
-        $('.link-card').linkCard({
-            endpoint: '{{ url('/api/checkin/card') }}'
-        });
     </script>
 @endpush
\ No newline at end of file