diff --git a/targets/eds/css/roblib_search_eds.css b/targets/eds/css/roblib_search_eds.css index d76c3eb..d65a2a0 100644 --- a/targets/eds/css/roblib_search_eds.css +++ b/targets/eds/css/roblib_search_eds.css @@ -1,5 +1,4 @@ /* - Document : roblib_search_evergreen Created on : Apr 11, 2013, 2:27:50 PM Author : ppound Description: diff --git a/targets/eds/js/eds_results.js b/targets/eds/js/eds_results.js index 1ce2744..f3e9f76 100644 --- a/targets/eds/js/eds_results.js +++ b/targets/eds/js/eds_results.js @@ -28,7 +28,7 @@ Drupal.behaviors.roblib_search_eds = { items.push('' + val2.TitleFull + ''); }) } - pubType = val.pubType; + val.pubType == 'Book' ? pubType = 'Print Book' : pubType = val.pubType; pubYear = val.RecordInfo.BibRelationships.IsPartOfRelationships["date"]; !pubYear ? pubYear = " " : pubYear = pubYear[0]["Y"];