Browse Source

更新 'jquery.js'

WXT往昔 3 years ago
parent
commit
b71c3d6e33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jquery.js

+ 1 - 1
jquery.js

@@ -44,7 +44,7 @@ text_each_add = function (id,value) {
         let interval = setInterval(function () {
             if (i === value.length){
                 table.innerText = ' ';
-                clearInterval(interval);
+              	i=0;
             }
             table.append(value[i])
             i++;