HEX
Server: LiteSpeed
System: Linux server137.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: bibuzptr (1123)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/bibuzptr/public_html/rpl/professorship/assets/js/dashboard.js
$(function(){
  var bodyheight = $(window).height();
  var headerheight = parseInt($(".header").height());
  $(".header").attr("class","container-fluid header navbar-fixed-top");
  var mainheight = parseInt(bodyheight)-headerheight;
  $("#main").css({"margin-top":headerheight+"px !important","height":mainheight});
  if($(window).width() >= 800){
    $(".imgholder").css("width",$(".aside").width()+2);
  }
  if($(window).width() > 700){
    $(".aside").css({"height":mainheight});
  }
  $(".content").css({"height":mainheight});
});