hotfix for #2296 load info page not media

This commit is contained in:
j 2014-02-13 11:14:28 +00:00
parent 4fe4070e1f
commit 7c4746765b

View file

@ -182,7 +182,8 @@ pandora.ui.uploadVideoDialog = function(data) {
} else {
pandora.UI.set({
item: item,
itemView: 'media'
itemView: pandora.site.capabilities.canSeeExtraItemViews[pandora.user.level]
? 'media' : 'info'
});
}
delete pandora.firefogg;