mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
9sec
This commit is contained in:
parent
bc908da360
commit
85742e3b35
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ window.onload = function() {
|
|||
var counter = 0;
|
||||
var timer = document.getElementById('timer');
|
||||
setInterval(function() {
|
||||
counter = (counter + 0.1) % 10;
|
||||
counter = (counter + 0.1) % 9;
|
||||
timer.textContent = counter.toFixed(1);
|
||||
}, 100);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue