aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
committertdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
commit87ab00cf096cc9cb954994592e6c030c497db1d6 (patch)
tree0acf696d146e448116c1fd01f6a0753106e5d86f /static/js/index.ts
parent1a437270dfaabe0edef26e465aadb4bcc7700473 (diff)
downloadcanory-87ab00cf096cc9cb954994592e6c030c497db1d6.tar.gz
canory-87ab00cf096cc9cb954994592e6c030c497db1d6.tar.bz2
canory-87ab00cf096cc9cb954994592e6c030c497db1d6.zip
static/js: Experiment with video autoplay
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 af805ae..da4defa 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -4,6 +4,7 @@ import "./plumber.ts";
import "./instantpage.ts";
import "./contextmenu.ts";
import "./fixedsearch.ts";
+import "./autoplay.ts";
import "./timeago.ts";
console.log("Surface Control: Complete");