Skip to content

Commit 32249e6

Browse files
committed
sec
1 parent 5e3f83d commit 32249e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/aslsignup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
mediaRecorder.start();
209209
console.log('Recording started, mediaRecorder state:', mediaRecorder.state);
210210

211-
let seconds = 2;
211+
let seconds = 10;
212212
timerInterval = setInterval(() => {
213213
document.getElementById('timer').innerText = seconds;
214214
seconds--;

0 commit comments

Comments
 (0)