aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-22 15:06:15 -0500
committertdro <tdro@noreply.example.com>2023-11-22 15:06:15 -0500
commit73462cdf6aedebbc08c62b652c9b81e91a970760 (patch)
treef86ff8f139a8da5f61ef6094a19968285341ca04 /static
parent35f491efb88c9e35e87b719a9e8b1be90c3c5918 (diff)
downloadcanory-73462cdf6aedebbc08c62b652c9b81e91a970760.tar.gz
canory-73462cdf6aedebbc08c62b652c9b81e91a970760.tar.bz2
canory-73462cdf6aedebbc08c62b652c9b81e91a970760.zip
static/js: Disable infinite scroll experiment
Can play around with this later
Diffstat (limited to 'static')
-rw-r--r--static/js/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index 8bad1cd..da4defa 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -5,7 +5,6 @@ import "./instantpage.ts";
import "./contextmenu.ts";
import "./fixedsearch.ts";
import "./autoplay.ts";
-import "./infinitescroll.ts";
import "./timeago.ts";
console.log("Surface Control: Complete");