aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
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
commit35f491efb88c9e35e87b719a9e8b1be90c3c5918 (patch)
tree434e039282d384bf308a9393f7bd1b2d6c38d268 /static/js/index.ts
parent9a38bf790011a771a753ef6e01bf7c2b5d5635c8 (diff)
downloadcanory-35f491efb88c9e35e87b719a9e8b1be90c3c5918.tar.gz
canory-35f491efb88c9e35e87b719a9e8b1be90c3c5918.tar.bz2
canory-35f491efb88c9e35e87b719a9e8b1be90c3c5918.zip
static/js: Ensure correct width and height references
Diffstat (limited to 'static/js/index.ts')
-rw-r--r--static/js/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index da4defa..8bad1cd 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -5,6 +5,7 @@ import "./instantpage.ts";
import "./contextmenu.ts";
import "./fixedsearch.ts";
import "./autoplay.ts";
+import "./infinitescroll.ts";
import "./timeago.ts";
console.log("Surface Control: Complete");