Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: ladianchad <[email protected]>
  • Loading branch information
ladianchad committed Dec 12, 2024
1 parent 8a41a19 commit 37962f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h2>녹음결과</h2>

resetTimer();

if (!taskSelection.includes("Speaking")) {
if (taskSelection.includes("Writing") || taskSelection.includes("Reading")) {
startTimer(parseInt(prepTime), taskSelection + " Time Ended!");
return;
}
Expand Down

0 comments on commit 37962f1

Please sign in to comment.