소스 검색

testing

master
farhan 4 달 전
부모
커밋
8e12d947e3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      resources/js/app.js

+ 1
- 4
resources/js/app.js 파일 보기

@@ -77,10 +77,7 @@ $(function() {
77 77
             $('.parent').addClass(['z-30']);
78 78
         }
79 79
     });
80
-
81
-    if (distance === 0) {
82
-        $(window).off('scroll'); // Remove scroll event listener
83
-    }
80
+    
84 81
     // Initially check visibility on page load
85 82
     $(window).trigger('scroll');
86 83
 });

Loading…
취소
저장