diff options
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index e9c719a..259a697 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1827,10 +1827,12 @@ Serve.prototype.wrapUserFeed = function (isScrolled, id) { ph('tr', [ ph('td'), ph('td', {class: 'follow-info'}, self.followInfo(id, myId)) + /* ]), ph('tr', [ ph('td'), ph('td', self.friendInfo(id, myId)) + */ ]) ] ])), |