From cb2cfcbf770ff447f2139b8c4ee17f3a2d455ff4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 21:47:27 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.html b/settings.html index e7cf49f..9ef77c0 100644 --- a/settings.html +++ b/settings.html @@ -163,7 +163,7 @@ const cbSky = document.getElementById('skymode'); const cbSkip = document.getElementById('skipPrompt'); const thresholdInput = document.getElementById('intelligentCommitThresholdInput'); - const ellapsedMinutesInput = document.getElementById('intelligentCommitMinutesInput'); + const minutesInput = document.getElementById('intelligentCommitMinutesInput'); const ok = document.getElementById('okBtn'); const cancel = document.getElementById('cancelBtn'); const cbAutostart = document.getElementById('autostart');