diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-22 21:08:50 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-22 21:08:50 -0500 |
commit | 1e5b073e9ad66c3784f78c4a2060ba399f2d63c2 (patch) | |
tree | a24f5a9dbffb3635e2e2c96e40f6c2eb8f71521e /templates | |
parent | a930061292d3d5de07c935b0ad909394587ec8e3 (diff) | |
download | emacsconf-wiki-1e5b073e9ad66c3784f78c4a2060ba399f2d63c2.tar.xz emacsconf-wiki-1e5b073e9ad66c3784f78c4a2060ba399f2d63c2.zip |
let's try a script.js
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <TMPL_VAR MTIME> 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'); |