浏览代码

Update notifications.js

Daniel Supernault 6 年之前
父节点
当前提交
e25ff8406c
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      resources/assets/js/components/notifications.js

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

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