Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -720,7 +720,7 @@ progressContainer.addEventListener("mousemove", (e) => {
|
|
720 |
progressContainer.addEventListener('mouseleave', () => {
|
721 |
hoverTime.style.display = 'none';
|
722 |
});
|
723 |
-
|
724 |
|
725 |
function updatePlaybackRate(value) {
|
726 |
const speed = parseFloat(value);
|
|
|
720 |
progressContainer.addEventListener('mouseleave', () => {
|
721 |
hoverTime.style.display = 'none';
|
722 |
});
|
723 |
+
|
724 |
|
725 |
function updatePlaybackRate(value) {
|
726 |
const speed = parseFloat(value);
|