diff --git a/settings.html b/settings.html index 8a73354..e7cf49f 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('intelligentCommitThresholdInput'); + const ellapsedMinutesInput = document.getElementById('intelligentCommitMinutesInput'); const ok = document.getElementById('okBtn'); const cancel = document.getElementById('cancelBtn'); const cbAutostart = document.getElementById('autostart');