fix exception in bad http request on portal details
This commit is contained in:
parent
597d19acfc
commit
f5b565b284
@ -84,7 +84,7 @@ var handleResponse = function(guid, data, success) {
|
||||
window.runHooks ('portalDetailLoaded', {guid:guid, success:success, details:dict});
|
||||
|
||||
} else {
|
||||
if (data.error == "RETRY") {
|
||||
if (data && data.error == "RETRY") {
|
||||
// server asked us to try again
|
||||
portalDetail.request(guid);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user