From e25ff8406c78a63baac6005e85e94bb3273f72f9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Feb 2019 21:16:35 -0700 Subject: [PATCH] Update notifications.js --- resources/assets/js/components/notifications.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/js/components/notifications.js b/resources/assets/js/components/notifications.js index 687c70e54..07ff4dbed 100644 --- a/resources/assets/js/components/notifications.js +++ b/resources/assets/js/components/notifications.js @@ -155,8 +155,5 @@ $(document).ready(function() { }) } - if($('body').hasClass('loggedIn') == true) { - pixelfed.n.fetch(); - } }); \ No newline at end of file