Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -746,6 +746,7 @@ function playAudio(file, startTime) {
|
|
746 |
}
|
747 |
|
748 |
|
|
|
749 |
function pauseMedia() {
|
750 |
if (!isPlaying) return;
|
751 |
|
|
|
746 |
}
|
747 |
|
748 |
|
749 |
+
|
750 |
function pauseMedia() {
|
751 |
if (!isPlaying) return;
|
752 |
|