From e3f43007a4750549726769b82edd568d11126f3e Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 9 Mar 2013 05:33:03 +0000 Subject: [PATCH] cosmetic changes --- static/js/pandora/printView.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/printView.js b/static/js/pandora/printView.js index 2b2e58d2a..1c6509c8e 100644 --- a/static/js/pandora/printView.js +++ b/static/js/pandora/printView.js @@ -37,8 +37,11 @@ pandora.ui.printView = function(data) { .css({height: '16px'}) .html( '' + pandora.site.site.name + ' - ' - + (pandora.user.ui._list || 'All ' + pandora.site.itemName.plural) - + '' + + ( + pandora.user.ui._list + ? 'List ' + pandora.user.ui._list + : 'All ' + pandora.site.itemName.plural + ) + '' ) .appendTo(that); $('
').css({height: '16px'}).appendTo(that);