From 5310584923987347d79d74dc16a56fe8a83f6741 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 24 Aug 2011 21:57:59 +0000 Subject: [PATCH] remove some output --- static/js/pandora/ui/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/ui/item.js b/static/js/pandora/ui/item.js index a0b3994b..ee4efe29 100644 --- a/static/js/pandora/ui/item.js +++ b/static/js/pandora/ui/item.js @@ -20,7 +20,7 @@ pandora.ui.item = function() { } else { pandora.$ui.contentPanel.replaceElement(1, Ox.Element().html( - 'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.' + '
' + JSON.stringify(result.data))); + 'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.')); } }); } else if (!result.data.rendered &&