auto-git:
[change] settings.html
This commit is contained in:
@@ -163,7 +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('intelligentCommitMinutesInput');
|
const minutesInput = document.getElementById('intelligentCommitMinutesInput');
|
||||||
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');
|
||||||
|
|||||||
Reference in New Issue
Block a user