diff --git a/assets/images/default-record.png b/assets/images/default-record.png new file mode 100644 index 0000000..ec027d2 Binary files /dev/null and b/assets/images/default-record.png differ diff --git a/result.php b/result.php index 414a349..365ab71 100644 --- a/result.php +++ b/result.php @@ -45,13 +45,13 @@
Fall head over tails Fall head over tails - Shop now + Shop now
Not a Pets Club member Not a Pets Club member - Join now + Join now
@@ -276,9 +276,7 @@ let totalDuration = 0; let maxScroll = 0; - /** - * Update scroll position based on current audio time - */ + // Update scroll position based on current audio time function updateScroll() { const progress = audio.currentTime / totalDuration; const scrollPosition = progress * maxScroll;