forked from 0x2620/pandora
use pandora icon
This commit is contained in:
parent
2f25e0b15e
commit
343d5fcd66
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pandora.ui.siteDialog = function(section) {
|
||||||
.append(
|
.append(
|
||||||
$('<img>')
|
$('<img>')
|
||||||
.attr({src: '/static/png/' + (
|
.attr({src: '/static/png/' + (
|
||||||
id == 'software' ? 'pandora' : 'logo'
|
id == 'software' ? 'pandora/icon' : 'logo'
|
||||||
) + '256.png'})
|
) + '256.png'})
|
||||||
.css({width: '256px'})
|
.css({width: '256px'})
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue