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
1 changed files with 0 additions and 3 deletions

View File

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