1
0

Correct variable name and update input ID in settings.html

This commit is contained in:
2025-05-25 21:47:10 +02:00
parent b30b4a4909
commit 0a3cbc49d2

View File

@@ -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
<input type="number" id="intelligentCommitThresholdInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
lines of diff or
<input type="number" id="intelligentCommitTimeInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
<input type="number" id="intelligentCommitMinutesInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
minutes have passed
</label>
<div class="options">