diff --git a/index.html b/index.html index 48070d8..bd7c740 100644 --- a/index.html +++ b/index.html @@ -16,14 +16,14 @@

ยินดีต้อนรับสู่เว็บ

icon: "warning", title: "รอคิว", html: "", - timer: 30, + timer: 50, timerProgressBar: true, didOpen: () => { Swal.showLoading(); const timer = Swal.getPopup().querySelector("b"); timerInterval = setInterval(() => { timer.textContent = `${Swal.getTimerLeft()}`; - }, 5); + }, 1); }, willClose: () => { clearInterval(timerInterval);