forked from 0x2620/pandora
dont show groups
This commit is contained in:
parent
7f70f4ae82
commit
9a8e40adec
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ pandora.ui.infoView = function(data) {
|
|||
// User and Groups ---------------------------------------------------------
|
||||
|
||||
['user', 'groups'].forEach(function(key) {
|
||||
$('<div>')
|
||||
(canEdit || data[key]) && $('<div>')
|
||||
.css({marginBottom: '4px'})
|
||||
.append(formatKey(key, true))
|
||||
.append(
|
||||
|
|
Loading…
Reference in a new issue