data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
needed to fix things after the stock intel site update of 2014-02-05
This commit is contained in:
@ -327,7 +327,7 @@ window.getPortalSummaryData = function(d) {
|
||||
|
||||
return {
|
||||
level: level,
|
||||
title: d.portalV2.descriptiveText.TITLE,
|
||||
title: d.descriptiveText.map.TITLE,
|
||||
image: d.imageByUrl && d.imageByUrl.imageUrl,
|
||||
resCount: resCount,
|
||||
latE6: d.locationE6.latE6,
|
||||
|
Reference in New Issue
Block a user