Skip to content

Commit

Permalink
update www/src/js/cookie/start.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 8, 2025
1 parent b110a15 commit cafb98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/js/cookie/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ $("#form_button").on("click", () => {
}

const time_check = parseInt(room_time, 10);

if (isNaN(time_check) || time_check <= 10 || time_check > 600) {
return $message(
'<b><i class="fas fa-exclamation-circle"></i> Ops!</b> O tempo da sala deve ser maior que 10 segundos e menor ou igual a 10 minutos!',

Check warning on line 133 in www/src/js/cookie/start.js

View workflow job for this annotation

GitHub Actions / Check Spelling 📚

"ser" should be "set".
Expand Down

0 comments on commit cafb98e

Please sign in to comment.