From 454511568af7d8c3f22713ef65cae5fec5d44cc3 Mon Sep 17 00:00:00 2001 From: Erik <35608570+weisser-dev@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:55:05 +0100 Subject: [PATCH] Update index.html --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 8f451bd..e45a6b5 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,7 @@ console.log("test"); $('#beer').jscroll({ padding: 10, - loadingHtml: '', - nextSelector: 'a.jscroll-next:last', - contentSelector: 'div.jscroll-inner' + loadingHtml: '' }); });