소스 검색

Update notifications.js

Daniel Supernault 6 년 전
부모
커밋
e25ff8406c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      resources/assets/js/components/notifications.js

+ 0 - 3
resources/assets/js/components/notifications.js

@@ -155,8 +155,5 @@ $(document).ready(function() {
 		})
 	}
 
-	if($('body').hasClass('loggedIn') == true) {
-		pixelfed.n.fetch();
-	}
 
 });