fix a bug that would prevent the 'all items' list logo from appearing
This commit is contained in:
parent
4ef5595f6f
commit
7660f171ee
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ pandora.ui.listInfo = function() {
|
||||||
.attr({
|
.attr({
|
||||||
src: list
|
src: list
|
||||||
? '/list/' + list + '/icon256.jpg?' + Ox.uid()
|
? '/list/' + list + '/icon256.jpg?' + Ox.uid()
|
||||||
: '/static/png/icon256.png'
|
: '/static/png/icon.png'
|
||||||
})
|
})
|
||||||
.css(getIconCSS())
|
.css(getIconCSS())
|
||||||
.appendTo(that),
|
.appendTo(that),
|
||||||
|
|
Loading…
Reference in a new issue