瀏覽代碼

表單資料更新

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";  
         
     }