Przeglądaj źródła

表單資料更新

jeter20131220 3 lat temu
rodzic
commit
aa1d79cf16
1 zmienionych plików z 0 dodań i 2 usunięć
  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";  
         
     }