From 7acc874c00bbdd3c389fa17176abf528ab6d5c0f Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Sat, 12 Jul 2025 22:19:34 +0800 Subject: increase countdown seconds --- main.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.mjs') diff --git a/main.mjs b/main.mjs index 40023ba..41bf8e0 100644 --- a/main.mjs +++ b/main.mjs @@ -630,7 +630,7 @@ class CommunicationForm extends Form { #setupCounter() { this.#description = this.form.querySelector('.form__description') this.#descriptionText = this.#description ? this.#description.textContent : '' - this.#countdown = new Countdown(this.#description, 10) + this.#countdown = new Countdown(this.#description, 30) this.#countdown.onComplete(() => { this.#progress.clear() this.disconnectIfNeeded() -- cgit v1.2.3