Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mumuy committed May 30, 2024
1 parent 6a0e60b commit 65c829b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
let doTask = function(){
index = index%list.length;
let item = list[index];
let result = '';
let i = 0;
let hander = setInterval(function(){
if(i<=item.value.length){
Expand Down

0 comments on commit 65c829b

Please sign in to comment.