1
0

Fix typo in ellapsedMinutesInput variable name in settings.html

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

View File

@@ -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');