Browse Source

更新 'jquery.js'

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

+ 1 - 2
jquery.js

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