jmontoyaa 8 anos atrás
pai
commit
a504820fdd
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      main/template/default/layout/header.js.tpl

+ 2 - 2
main/template/default/layout/header.js.tpl

@@ -243,13 +243,13 @@ $(window).resize(function() {
 $(document).scroll(function() {
 
     var valor = $('body').outerHeight() - 700;
-      
+
     if ($(this).scrollTop() > 100) {
         $('.bottom_actions').addClass('bottom_actions_fixed');
     } else {
         $('.bottom_actions').removeClass('bottom_actions_fixed');
     }
-      
+
     if ($(this).scrollTop() > valor) {
         $('.bottom_actions').removeClass('bottom_actions_fixed');
     } else {