forked from 0x2620/pandora
first round of makeing png/js/script/config overwrite more consistent
This commit is contained in:
parent
5333a6dca3
commit
e5da40a104
49 changed files with 860 additions and 67 deletions
|
|
@ -97,8 +97,8 @@ pandora.ui.siteDialog = function(section) {
|
|||
.append(
|
||||
$('<img>')
|
||||
.attr({src: '/static/png/' + (
|
||||
id == 'software' ? 'pandora/icon' : 'logo'
|
||||
) + '256.png'})
|
||||
id == 'software' ? 'software.png' : 'logo.png'
|
||||
)})
|
||||
.css({width: '256px'})
|
||||
),
|
||||
size: 272
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue