1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-24 00:35:59 +00:00

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