forked from 0x2620/pandora
hotfix for #2296 load info page not media
This commit is contained in:
parent
4fe4070e1f
commit
7c4746765b
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ pandora.ui.uploadVideoDialog = function(data) {
|
||||||
} else {
|
} else {
|
||||||
pandora.UI.set({
|
pandora.UI.set({
|
||||||
item: item,
|
item: item,
|
||||||
itemView: 'media'
|
itemView: pandora.site.capabilities.canSeeExtraItemViews[pandora.user.level]
|
||||||
|
? 'media' : 'info'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
delete pandora.firefogg;
|
delete pandora.firefogg;
|
||||||
|
|
Loading…
Reference in a new issue