Explorar o código

更新 'jquery.js'

WXT往昔 %!s(int64=3) %!d(string=hai) anos
pai
achega
26647350f9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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');