remove raw from portal details - not something best to encourage access to
comments concerning new data[10] index in map data
This commit is contained in:
@ -50,13 +50,13 @@ var handleResponse = function(guid, data, success) {
|
||||
};
|
||||
}
|
||||
|
||||
if (data.error || !data.result) {
|
||||
if (!data || data.error || !data.result) {
|
||||
success = false;
|
||||
}
|
||||
|
||||
if (success) {
|
||||
var dict = {
|
||||
raw: data.result,
|
||||
// raw: data.result,
|
||||
type: data.result[0],
|
||||
team: data.result[1],
|
||||
latE6: data.result[2],
|
||||
|
Reference in New Issue
Block a user