Correct variable name and update input ID in settings.html
This commit is contained in:
@@ -163,6 +163,7 @@
|
|||||||
const cbSky = document.getElementById('skymode');
|
const cbSky = document.getElementById('skymode');
|
||||||
const cbSkip = document.getElementById('skipPrompt');
|
const cbSkip = document.getElementById('skipPrompt');
|
||||||
const thresholdInput = document.getElementById('intelligentCommitThresholdInput');
|
const thresholdInput = document.getElementById('intelligentCommitThresholdInput');
|
||||||
|
const ellapsedMinutesInput = document.getElementById('intelligentCommitThresholdInput');
|
||||||
const ok = document.getElementById('okBtn');
|
const ok = document.getElementById('okBtn');
|
||||||
const cancel = document.getElementById('cancelBtn');
|
const cancel = document.getElementById('cancelBtn');
|
||||||
const cbAutostart = document.getElementById('autostart');
|
const cbAutostart = document.getElementById('autostart');
|
||||||
@@ -311,7 +312,7 @@
|
|||||||
Rewrite commits after
|
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">
|
<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
|
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
|
minutes have passed
|
||||||
</label>
|
</label>
|
||||||
<div class="options">
|
<div class="options">
|
||||||
|
|||||||
Reference in New Issue
Block a user