local variable
This commit is contained in:
parent
6af6873438
commit
eaa767c874
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ pandora.ui.infoView = function(data) {
|
||||||
pandora.updateItemContext();
|
pandora.updateItemContext();
|
||||||
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
|
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
|
||||||
if (Ox.contains(posterKeys, key) && ui.icons == 'posters') {
|
if (Ox.contains(posterKeys, key) && ui.icons == 'posters') {
|
||||||
src = pandora.getMediaURL('/' + data.id + '/poster512.jpg?' + Ox.uid());
|
var src = pandora.getMediaURL('/' + data.id + '/poster512.jpg?' + Ox.uid());
|
||||||
$icon.attr({src: src});
|
$icon.attr({src: src});
|
||||||
$reflectionIcon.attr({src: src});
|
$reflectionIcon.attr({src: src});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue