soiz1 commited on
Commit
558245a
·
verified ·
1 Parent(s): 28bc4a8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -717,11 +717,10 @@
717
  document.addEventListener("DOMContentLoaded", function () {
718
  const previewVideo = document.getElementById("previewVideo");
719
 
720
- });
721
-
722
  previewVideo.src = video.src;
723
  previewVideo.preload = "auto";
724
 
 
725
  // プログレスバーのイベントリスナーを更新
726
  progressContainer.addEventListener("mousemove", (e) => {
727
  if (!video.duration) return;
 
717
  document.addEventListener("DOMContentLoaded", function () {
718
  const previewVideo = document.getElementById("previewVideo");
719
 
 
 
720
  previewVideo.src = video.src;
721
  previewVideo.preload = "auto";
722
 
723
+ });
724
  // プログレスバーのイベントリスナーを更新
725
  progressContainer.addEventListener("mousemove", (e) => {
726
  if (!video.duration) return;