From 1e5b073e9ad66c3784f78c4a2060ba399f2d63c2 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 22 Dec 2024 21:08:50 -0500 Subject: let's try a script.js --- templates/page.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.tmpl') diff --git a/templates/page.tmpl b/templates/page.tmpl index 4d8a8d86..c196dedf 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -421,7 +421,7 @@ Last edited if (transcriptDiv.querySelector('.vid')) transcriptDiv.querySelector('.vid').remove(); // already has it - // TODO: Make a copy of the video and place it at the start of the btranscript div, positioned to the left, and sticky, but only on large screens. + // TODO: Make a copy of the video and place it at the start of the transcript div, positioned to the left, and sticky, but only on large screens. const videoCopy = video.cloneNode(true); transcriptDiv.prepend(videoCopy); videoCopy.classList.add('sticky-video'); -- cgit v1.2.3