merging changes
This commit is contained in:
commit
8d7ed0280a
10 changed files with 175 additions and 49 deletions
1
static/js/jquery/jquery.tmpl.min.js
vendored
1
static/js/jquery/jquery.tmpl.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue