diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-30 10:40:21 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-30 10:40:21 +0100 |
commit | 17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3 (patch) | |
tree | 6a1c88c34ae2c75df39c2b73bd5325f0eb8239fa /apps/website/public/scripts/scroll.js | |
parent | d6c7fad43961975026a7e4e9ae21406f505e0a2e (diff) | |
download | Nexus-17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3.tar.gz Nexus-17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3.tar.bz2 Nexus-17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3.zip |
remove fullpage.js
Diffstat (limited to 'apps/website/public/scripts/scroll.js')
-rw-r--r-- | apps/website/public/scripts/scroll.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/website/public/scripts/scroll.js b/apps/website/public/scripts/scroll.js deleted file mode 100644 index de3d871..0000000 --- a/apps/website/public/scripts/scroll.js +++ /dev/null @@ -1,15 +0,0 @@ -/* eslint-disable new-cap */ -/* eslint-disable no-new */ -new fullpage('#fullpage', { - licenseKey: 'gplv3-license', - autoScrolling: true, - scrollBar: true, - scrollHorizontally: false, - fixedElements: '', - fitToSection: false, - // navigation: true, - // navigationPosition: 'right', - credits: { - enabled: false, - }, -}); |