Explorar el Código

表單資料更新

jeter20131220 hace 3 años
padre
commit
aa1d79cf16
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      index.html

+ 0 - 2
index.html

@@ -11,12 +11,10 @@ window.onload=function(){
     
     if(screen.width>1024)
     {
-        alert("pc");
         window.location.href ="./desktop11/index.html";   
     }
     else
     {
-        alert("phone");
         window.location.href ="./mobile/index.html";  
         
     }