remove some output
This commit is contained in:
parent
7e7e2c95df
commit
5310584923
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||||
|
|
Loading…
Reference in a new issue