in info view, also update image list when it's hidden
This commit is contained in:
parent
686d5a1631
commit
8263c0e996
1 changed files with 1 additions and 2 deletions
|
@ -455,7 +455,6 @@ pandora.ui.infoView = function(data) {
|
|||
.appendTo($info);
|
||||
});
|
||||
|
||||
return ;
|
||||
}
|
||||
|
||||
function toggleIconSize() {
|
||||
|
@ -498,7 +497,7 @@ pandora.ui.infoView = function(data) {
|
|||
iconRatio = pandora.user.ui.icons == 'posters'
|
||||
? data.poster.width / data.poster.height : 1,
|
||||
toggleIconSize();
|
||||
edit && $list.replaceWith($list = renderList());
|
||||
pandora.user.level == 'admin' && $list.replaceWith($list = renderList());
|
||||
};
|
||||
|
||||
that.resize = function() {
|
||||
|
|
Loading…
Reference in a new issue