From 24a8a3de2175a66037fc82264878ccac89f51af1 Mon Sep 17 00:00:00 2001 From: cdtank Date: Thu, 14 Apr 2011 15:45:40 +0000 Subject: [PATCH] 1. Fixed minor type in temporal vis legend bar. --- productMods/js/visualization/entitycomparison/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/js/visualization/entitycomparison/util.js b/productMods/js/visualization/entitycomparison/util.js index 496e8bb5..adceb91f 100644 --- a/productMods/js/visualization/entitycomparison/util.js +++ b/productMods/js/visualization/entitycomparison/util.js @@ -226,7 +226,7 @@ function init(graphContainer) { $('#comparisonHeader').html(optionSelected).css('font-weight', 'bold'); $('#legend-known-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " with known year"); $('#legend-current-year-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " from current incomplete year"); - $('#legend-unknown-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + "with unknown year"); + $('#legend-unknown-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " with unknown year"); var defaultFlotOptions = {