forked from 0x2620/pandora
fallback item
This commit is contained in:
parent
55f07ba4b7
commit
5bf71ead09
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ function renderItemInfo(data) {
|
|||
}
|
||||
|
||||
function renderItem(data) {
|
||||
window.item = window.item || {}
|
||||
if (data.error) {
|
||||
return renderError(data)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue