Pārlūkot izejas kodu

表單資料更新

jeter20131220 3 gadi atpakaļ
vecāks
revīzija
aa1d79cf16
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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";  
         
     }