summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorhorus2019-05-27 19:49:46 +0200
committerhorus2019-05-27 19:49:46 +0200
commit81bcf8dacb9c09bf2f31ea7001fefd9109539ffd (patch)
tree4592519171997432740ec17da1c289c1ca39dbf5 /resources
parentd84772be1ce5d8cfb80c647479dadf40c7271f46 (diff)
downloadkategorischeraperitif-81bcf8dacb9c09bf2f31ea7001fefd9109539ffd.tar.gz
Code cleanup.
Diffstat (limited to 'resources')
-rw-r--r--resources/views/index.blade.php16
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