From 8103db297bfeedbe6c254a9ce90a23341e130b5a Mon Sep 17 00:00:00 2001 From: cdtank Date: Tue, 25 Jan 2011 20:18:09 +0000 Subject: [PATCH] 1.Changed the style for when content for a parameter's comparison is loading. (bug fix) --- .../visualization/entitycomparison/entityComparisonSetup.ftl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl index 63843a8b..16d65c65 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl @@ -82,6 +82,8 @@ var jsonString = '${jsonContent}'; var organizationLabel = '${organizationLabel}'; var organizationVIVOProfileURL = "${organizationVivoProfileURL}"; +var loadingImageLink = contextPath + "/images/visualization/ajax-loader.gif"; + /* This has to be declared before making a call to GUI event manager JS. */