aboutsummaryrefslogtreecommitdiffstats
path: root/demo/funciones.js
blob: 1c8a5fb01bed2214b29102fb84f3d4e5916b1af0 (plain)
1
2
3
4
5
6
7
8
9
/*! @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later */
$(document).ready(function(){
  //body
  //window
  if($("body").height() < $(window).height()){
    $("footer").css({"position":"absolute","bottom":"0px"});
  }
});
/*! @license-end */