sparklineVO.unknownPublications had been accidentally changed to sparklineVO.unknownPublication on line91 in personPublicationSparklineContent.ftl . So, fixing that.
This commit is contained in:
parent
74e9ef9f3d
commit
af67aa69cb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
* any year associated with it. Hence.
|
* any year associated with it. Hence.
|
||||||
* */
|
* */
|
||||||
var renderedSparks = ${sparklineVO.renderedSparks};
|
var renderedSparks = ${sparklineVO.renderedSparks};
|
||||||
var totalPubs = parseInt(renderedSparks) + parseInt(${sparklineVO.unkownYearPublications});
|
var totalPubs = parseInt(renderedSparks) + parseInt(${sparklineVO.unknownYearPublications});
|
||||||
|
|
||||||
if ( totalPubs == 1 ) {
|
if ( totalPubs == 1 ) {
|
||||||
var pubDisplay = "publication";
|
var pubDisplay = "publication";
|
||||||
|
|
Loading…
Add table
Reference in a new issue