소스 검색

表單資料更新

jeter20131220 3 년 전
부모
커밋
aa1d79cf16
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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";  
         
     }