1. change of text for the loading message per Jon's suggestion see http://issues.library.cornell.edu/browse/NIHVIVO-3047

This commit is contained in:
tankchintan 2011-07-25 14:45:15 +00:00
parent 4de5f9fc23
commit c5891043ee
2 changed files with 2 additions and 2 deletions

View file

@ -474,7 +474,7 @@ function setupLoadingScreen(visContainerDIV) {
+ refreshPageImageLink
+ '" />&nbsp;Data for <i>' + organizationLabel
+ '</i> is now being refreshed. The visualization will load as soon as we are done computing, '
+ 'or you can come back in a few minutes.</h3>')
+ 'or you can search or browse other data in VIVO and come back in a few minutes.</h3>')
.css({'cursor': 'pointer'});
}, 10 * 1000);

View file

@ -40,7 +40,7 @@ function setupLoadingScreen() {
+ refreshPageImageLink
+ '" />&nbsp;Data for <i>' + entityLabel
+ '</i> is now being refreshed. The visualization will load as soon as we are done computing, '
+ 'or you can come back in a few minutes.</h3>')
+ 'or you can search or browse other data in VIVO and come back in a few minutes.</h3>')
.css({'cursor': 'pointer'});
}, 10 * 1000);
}