소스 검색

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 {