瀏覽代碼

Update home.js

Dan Nuggetsman 1 周之前
父節點
當前提交
126c0639a9
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      js/home.js

+ 1 - 5
js/home.js

@@ -58,11 +58,7 @@ function NAVAIsetContentPos() {
     if (parseInt($("#NAVAIcoding").height()) < 850) {
       $("#NAVAIcoding").css("height", "850px");
     }
-    $("#NAVAIcontent").css("height", myheight+"px");
-    if (parseInt($("#NAVAIcontent").height()) < 850) {
-      $("#NAVAIcontent").css("height", "850px");
-    }
-   
+       
     $("#NAVAIresizeBanner").hide();
     $("#NAVAIcontent").show(); 
   } else {