Przeglądaj źródła

Update notifications.js

Daniel Supernault 6 lat temu
rodzic
commit
e25ff8406c

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

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