remove voting arrows if one cannot vote
This commit is contained in:
@@ -386,3 +386,5 @@ initializeFollowThread = (thread) ->
|
||||
$local(".discussion-delete").remove()
|
||||
if not Discussion.getContentInfo id, 'can_openclose'
|
||||
$local(".discussion-openclose").remove()
|
||||
if not Discussion.getContentInfo id, 'can_vote'
|
||||
$local(".discussion-vote").remove()
|
||||
|
||||
Reference in New Issue
Block a user