forked from 0x2620/pandora
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({
|
||||
src: list
|
||||
? '/list/' + list + '/icon256.jpg?' + Ox.uid()
|
||||
: '/static/png/icon256.png'
|
||||
: '/static/png/icon.png'
|
||||
})
|
||||
.css(getIconCSS())
|
||||
.appendTo(that),
|
||||
|
|
Loading…
Reference in a new issue