From eaa767c8740a24ef7a83367ee096f08af439e951 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Tue, 22 Sep 2015 10:29:16 +0100 Subject: [PATCH] local variable --- static/js/infoView.mdr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.mdr.js b/static/js/infoView.mdr.js index 3f1fc0f..8d9cf1a 100644 --- a/static/js/infoView.mdr.js +++ b/static/js/infoView.mdr.js @@ -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}); }