From 7660f171eef7964177181d9555a2463e9caf9f6a Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 22 Apr 2012 09:09:20 +0000 Subject: [PATCH] fix a bug that would prevent the 'all items' list logo from appearing --- static/js/pandora/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/info.js b/static/js/pandora/info.js index 940d7096..2e4df7fb 100644 --- a/static/js/pandora/info.js +++ b/static/js/pandora/info.js @@ -141,7 +141,7 @@ pandora.ui.listInfo = function() { .attr({ src: list ? '/list/' + list + '/icon256.jpg?' + Ox.uid() - : '/static/png/icon256.png' + : '/static/png/icon.png' }) .css(getIconCSS()) .appendTo(that),