MortyFx пре 1 година
родитељ
комит
8122af08d8
1 измењених фајлова са 1 додато и 1 уклоњено
  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);}