summaryrefslogtreecommitdiffhomepage
path: root/main.mjs
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-12 22:19:34 +0800
committerLi Zhineng <[email protected]>2025-07-12 22:27:15 +0800
commit7acc874c00bbdd3c389fa17176abf528ab6d5c0f (patch)
treefbd5da0d94b6639cba2e6ee6399e3a0173b5df56 /main.mjs
parent507315cd43cc58dd7e588d381f584efabe8e4e44 (diff)
downloadsetup-7acc874c00bbdd3c389fa17176abf528ab6d5c0f.tar.gz
setup-7acc874c00bbdd3c389fa17176abf528ab6d5c0f.zip
increase countdown seconds
Diffstat (limited to 'main.mjs')
-rw-r--r--main.mjs2
1 files changed, 1 insertions, 1 deletions
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()