aboutsummaryrefslogtreecommitdiffstats
path: root/terminado/funciones.js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-02-24 18:53:36 -0500
committerJesús <heckyel@hyperbola.info>2018-02-24 18:53:36 -0500
commit25760ce59e8faec0e4dfd0e0d048628ff6c26a77 (patch)
tree4333144fe7ae596a31e9fced5355b3902abda652 /terminado/funciones.js
parentf20bf8791e965c0d4aace94003053d442ef3b30d (diff)
downloadiglpcp-25760ce59e8faec0e4dfd0e0d048628ff6c26a77.tar.lz
iglpcp-25760ce59e8faec0e4dfd0e0d048628ff6c26a77.tar.xz
iglpcp-25760ce59e8faec0e4dfd0e0d048628ff6c26a77.zip
correcciones: quita espaciado innecesario, quita M^, usa Unicode UTF-8
Diffstat (limited to 'terminado/funciones.js')
-rwxr-xr-xterminado/funciones.js10
1 files changed, 5 insertions, 5 deletions
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 */