ソースを参照

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();
-	}
 
 });