浏览代码

Format code

jmontoyaa 8 年之前
父节点
当前提交
a504820fdd
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {