From c5891043eeb4e876041d13ca21c64df81366278b Mon Sep 17 00:00:00 2001 From: tankchintan Date: Mon, 25 Jul 2011 14:45:15 +0000 Subject: [PATCH] 1. change of text for the loading message per Jon's suggestion see http://issues.library.cornell.edu/browse/NIHVIVO-3047 --- .../js/visualization/entitycomparison/gui-event-manager.js | 2 +- productMods/js/visualization/mapofscience/InitializeMap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/js/visualization/entitycomparison/gui-event-manager.js b/productMods/js/visualization/entitycomparison/gui-event-manager.js index 6c5520a7..c2f13537 100644 --- a/productMods/js/visualization/entitycomparison/gui-event-manager.js +++ b/productMods/js/visualization/entitycomparison/gui-event-manager.js @@ -474,7 +474,7 @@ function setupLoadingScreen(visContainerDIV) { + refreshPageImageLink + '" /> Data for ' + organizationLabel + ' is now being refreshed. The visualization will load as soon as we are done computing, ' - + 'or you can come back in a few minutes.') + + 'or you can search or browse other data in VIVO and come back in a few minutes.') .css({'cursor': 'pointer'}); }, 10 * 1000); diff --git a/productMods/js/visualization/mapofscience/InitializeMap.js b/productMods/js/visualization/mapofscience/InitializeMap.js index 3c2b4c46..b7a35534 100644 --- a/productMods/js/visualization/mapofscience/InitializeMap.js +++ b/productMods/js/visualization/mapofscience/InitializeMap.js @@ -40,7 +40,7 @@ function setupLoadingScreen() { + refreshPageImageLink + '" /> Data for ' + entityLabel + ' is now being refreshed. The visualization will load as soon as we are done computing, ' - + 'or you can come back in a few minutes.') + + 'or you can search or browse other data in VIVO and come back in a few minutes.') .css({'cursor': 'pointer'}); }, 10 * 1000); }