Dan Nuggetsman 1 týždeň pred
rodič
commit
126c0639a9
1 zmenil súbory, kde vykonal 1 pridanie a 5 odobranie
  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 {