Browse Source

Update notifications.js

Daniel Supernault 6 years ago
parent
commit
e25ff8406c
1 changed files with 0 additions and 3 deletions
  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();
-	}
 
 });