|
@ -1388,8 +1388,8 @@ input[type=number]::-webkit-outer-spin-button { |
|
|
// function TimerClock() { |
|
|
// function TimerClock() { |
|
|
|
|
|
|
|
|
var timerId; |
|
|
var timerId; |
|
|
|
|
|
let canResend = true; |
|
|
function startTimer() { |
|
|
function startTimer() { |
|
|
let canResend = true; |
|
|
|
|
|
let timeLeft = 120; |
|
|
let timeLeft = 120; |
|
|
timerId = setInterval(() => { |
|
|
timerId = setInterval(() => { |
|
|
if (timeLeft <= 0) { |
|
|
if (timeLeft <= 0) { |
|
|