cosmetic changes
This commit is contained in:
parent
25554d24f7
commit
e3f43007a4
1 changed files with 5 additions and 2 deletions
|
@ -37,8 +37,11 @@ pandora.ui.printView = function(data) {
|
|||
.css({height: '16px'})
|
||||
.html(
|
||||
'<b>' + pandora.site.site.name + ' - '
|
||||
+ (pandora.user.ui._list || 'All ' + pandora.site.itemName.plural)
|
||||
+ '</b>'
|
||||
+ (
|
||||
pandora.user.ui._list
|
||||
? 'List ' + pandora.user.ui._list
|
||||
: 'All ' + pandora.site.itemName.plural
|
||||
) + '</b>'
|
||||
)
|
||||
.appendTo(that);
|
||||
$('<div>').css({height: '16px'}).appendTo(that);
|
||||
|
|
Loading…
Reference in a new issue