Update notifications.js

This commit is contained in:
Daniel Supernault 2019-02-10 21:16:35 -07:00
parent f4290417c6
commit e25ff8406c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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