aboutsummaryrefslogtreecommitdiffstats
path: root/terminado/funciones.js
diff options
context:
space:
mode:
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 */