From f470e16f8894202a35c0a8bf9457983e1f4185eb Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 30 Mar 2022 16:53:33 +0200 Subject: [PATCH] wip #5201 @0:10 --- resources/views/front/resources.blade.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/views/front/resources.blade.php b/resources/views/front/resources.blade.php index 43c0ccc..456ee65 100644 --- a/resources/views/front/resources.blade.php +++ b/resources/views/front/resources.blade.php @@ -18,11 +18,6 @@ init() { let $this = this; - // Apply smooth scrolling to all anchor links on this page - this.scroll = new SmoothScroll('a[href*="#"]', { - offset: 24 // Leave some space above the heading when scrolling to it - }); - // Delay initialisation of Gumshoe to allow entrance animations to happen // Otherwise, it will get confused and select the last item because content was out of view setTimeout(() => { -- 2.39.5