diff options
| author | Li Zhineng <[email protected]> | 2025-07-12 22:19:34 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-12 22:27:15 +0800 |
| commit | 7acc874c00bbdd3c389fa17176abf528ab6d5c0f (patch) | |
| tree | fbd5da0d94b6639cba2e6ee6399e3a0173b5df56 | |
| parent | 507315cd43cc58dd7e588d381f584efabe8e4e44 (diff) | |
| download | setup-7acc874c00bbdd3c389fa17176abf528ab6d5c0f.tar.gz setup-7acc874c00bbdd3c389fa17176abf528ab6d5c0f.zip | |
increase countdown seconds
| -rw-r--r-- | main.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
