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