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:
Jon Atkins
2014-02-06 05:08:18 +00:00
parent 6797cf7e8b
commit 77cf149fef
4 changed files with 9 additions and 9 deletions

View File

@ -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,