From 0a3cbc49d2cf3e50188e79b8ab107551310f44db Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 21:47:10 +0200 Subject: [PATCH] Correct variable name and update input ID in settings.html --- settings.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.html b/settings.html index ae97f63..8a73354 100644 --- a/settings.html +++ b/settings.html @@ -163,6 +163,7 @@ const cbSky = document.getElementById('skymode'); const cbSkip = document.getElementById('skipPrompt'); const thresholdInput = document.getElementById('intelligentCommitThresholdInput'); + const ellapsedMinutesInput = document.getElementById('intelligentCommitThresholdInput'); const ok = document.getElementById('okBtn'); const cancel = document.getElementById('cancelBtn'); const cbAutostart = document.getElementById('autostart'); @@ -311,7 +312,7 @@ Rewrite commits after lines of diff or - + minutes have passed