fix a bug that would prevent the 'all items' list logo from appearing

This commit is contained in:
rolux 2012-04-22 09:09:20 +00:00
parent 4ef5595f6f
commit 7660f171ee

View file

@ -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),