merging changes

This commit is contained in:
rolux 2011-08-23 08:08:59 +00:00
commit 8d7ed0280a
10 changed files with 175 additions and 49 deletions

File diff suppressed because one or more lines are too long

View file

@ -502,7 +502,7 @@ pandora.ui.infoView = function(data) {
$reflectionIcon.attr({src: src});
iconSize = iconSize == 256 ? 512 : 256;
iconRatio = pandora.user.ui.icons == 'posters'
? data.poster.width / data.poster.height : 1;
? data.posterRatio : 1;
toggleIconSize();
pandora.user.level == 'admin' && $list.replaceWith($list = renderList());
};
@ -515,4 +515,4 @@ pandora.ui.infoView = function(data) {
return that;
}
}