소스 검색

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 {