remove some output

This commit is contained in:
rolux 2011-08-24 21:57:59 +00:00
parent 7e7e2c95df
commit 5310584923

View file

@ -20,7 +20,7 @@ pandora.ui.item = function() {
} else { } else {
pandora.$ui.contentPanel.replaceElement(1, pandora.$ui.contentPanel.replaceElement(1,
Ox.Element().html( Ox.Element().html(
'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.' + '<br/>' + JSON.stringify(result.data))); 'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.'));
} }
}); });
} else if (!result.data.rendered && } else if (!result.data.rendered &&