local variable

This commit is contained in:
Jan Gerber 2015-09-22 10:29:16 +01:00
parent 6af6873438
commit eaa767c874

View file

@ -527,7 +527,7 @@ pandora.ui.infoView = function(data) {
pandora.updateItemContext();
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
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});
$reflectionIcon.attr({src: src});
}