Forráskód Böngészése

Update index.html

MortyFx 1 éve
szülő
commit
8122af08d8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -66,7 +66,7 @@ function initUI(){
 	I("ulText").textContent="";
 	I("pingText").textContent="";
 	I("jitText").textContent="";
-	I("ip").textContent="测速后获取";
+	I("ip").textContent="";
 }
 
 function I(id){return document.getElementById(id);}