1. Spelling change
This commit is contained in:
parent
ad8c8a0bf0
commit
52e3dac91f
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ public class VisualizationCodeGenerator {
|
|||
|
||||
visualizationCode.append("$('#" + visDivNames.get("SHORT_SPARK") + " td.sparkline_number').text(parseInt(renderedShortSparks) + parseInt(" + unknownYearCoauthors + "));");
|
||||
visualizationCode.append("var shortSparksText = ''" +
|
||||
"+ ' Unique co-author(s) within the last 10 years '" +
|
||||
"+ ' unique co-author(s) within the last 10 years '" +
|
||||
"<span class=\"incomplete-data-holder\" title=\"" + imcompleteDataText + "\">incomplete data</span>'" +
|
||||
/*"+ ' " + totalUniqueCoAuthors + " '" +
|
||||
"+ ' total " +
|
||||
|
@ -424,7 +424,7 @@ public class VisualizationCodeGenerator {
|
|||
"sparklineImgTD.attr('class', '" + visualizationStyleClass + "');" +
|
||||
"row.append(sparklineImgTD);" +
|
||||
"var sparklineNumberTD = $('<td>');" +
|
||||
"sparklineNumberTD.attr('width', '5');" +
|
||||
"sparklineNumberTD.attr('width', '36');" +
|
||||
"sparklineNumberTD.attr('align', 'right');" +
|
||||
"sparklineNumberTD.attr('class', 'sparkline_number');" +
|
||||
"row.append(sparklineNumberTD);" +
|
||||
|
|
Loading…
Add table
Reference in a new issue