mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25: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 counter = 0;
|
||||||
var timer = document.getElementById('timer');
|
var timer = document.getElementById('timer');
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
counter = (counter + 0.1) % 10;
|
counter = (counter + 0.1) % 9;
|
||||||
timer.textContent = counter.toFixed(1);
|
timer.textContent = counter.toFixed(1);
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue