From 25760ce59e8faec0e4dfd0e0d048628ff6c26a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 24 Feb 2018 18:53:36 -0500 Subject: correcciones: quita espaciado innecesario, quita M^, usa Unicode UTF-8 --- terminado/funciones.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'terminado/funciones.js') diff --git a/terminado/funciones.js b/terminado/funciones.js index 7e03d96..1c8a5fb 100755 --- a/terminado/funciones.js +++ b/terminado/funciones.js @@ -1,9 +1,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"}); - } + //body + //window + if($("body").height() < $(window).height()){ + $("footer").css({"position":"absolute","bottom":"0px"}); + } }); /*! @license-end */ -- cgit v1.2.3