diff --git a/static/js/infoView.amp.js b/static/js/infoView.amp.js index a30f579..509e4df 100644 --- a/static/js/infoView.amp.js +++ b/static/js/infoView.amp.js @@ -407,6 +407,7 @@ pandora.ui.infoView = function(data, isMixed) { renderRightsLevel(); // User and Groups --------------------------------------------------------- + if (!isMultiple) { ['user', 'groups'].forEach(function(key) { var $input; @@ -455,8 +456,10 @@ pandora.ui.infoView = function(data, isMixed) { ) .appendTo($statistics); }); - + + } // Created and Modified ---------------------------------------------------- + if (!isMultiple) { ['created', 'modified'].forEach(function(key) { $('
') @@ -468,6 +471,7 @@ pandora.ui.infoView = function(data, isMixed) { .appendTo($statistics); }); + } // Comments -------------------------------------------------------------------- if (canEdit) {