diff options
| author | horus | 2019-05-27 19:49:46 +0200 |
|---|---|---|
| committer | horus | 2019-05-27 19:49:46 +0200 |
| commit | 81bcf8dacb9c09bf2f31ea7001fefd9109539ffd (patch) | |
| tree | 4592519171997432740ec17da1c289c1ca39dbf5 /resources | |
| parent | d84772be1ce5d8cfb80c647479dadf40c7271f46 (diff) | |
| download | kategorischeraperitif-81bcf8dacb9c09bf2f31ea7001fefd9109539ffd.tar.gz | |
Code cleanup.
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/index.blade.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index b4aa45b..083849e 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -144,19 +144,3 @@ Noch nicht. Momentan ist die einzige Möglichkeit den Angeboten via RSS-Feed zu </div> </main> @endsection - - -@section('scripts') -<script> -$(".js-link-replacement").hover(function(){ - $(this).css( 'cursor', 'pointer' ); -}, -function(){ - $(this).css( 'cursor', 'inherit'); -}); - -$(".js-link-replacement").click(function(){ - window.location.href = $(this).data("href"); -}); -</script> -@endsection |
