Spaces:
Running
Running
Update index.html
Browse files- 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;
|