diff --git a/app/static/js/ascroll.js b/app/static/js/ascroll.js index d62bc97..cfe2124 100755 --- a/app/static/js/ascroll.js +++ b/app/static/js/ascroll.js @@ -59,7 +59,7 @@ function updatePlayer(video, frame, currentTime, out, src) { } //video.poster = frame.querySelector('img').src var muted = video.muted - video.muted = true + // video.muted = true video.currentTime = currentTime video.dataset.in = currentTime video.dataset.out = out