merge conditional item fixup from pandora
This commit is contained in:
parent
a39a2ab31f
commit
9cde17ed87
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ function renderItemInfo(data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderItem(data) {
|
function renderItem(data) {
|
||||||
|
window.item = window.item || {}
|
||||||
if (data.error) {
|
if (data.error) {
|
||||||
return renderError(data)
|
return renderError(data)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue