Ver Fonte

add scrolling

huai-sian há 3 anos atrás
pai
commit
56fbbc10e9
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      js/index.js

+ 2 - 0
js/index.js

@@ -2,6 +2,7 @@ let userAgent;
 let isSafari = false;
 let browserName;
 window.onload = function(){
+  //window.scrollBy(0, 1);
   /* if(screen.width >= 901){
       window.location.href = "https://www2.hhh.com.tw/";   
   } */
@@ -26,6 +27,7 @@ window.onload = function(){
           renderSec11(result);
           renderVideo(result);
       });
+       
 }
 
 function detectBrowser(agent){