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:
parent
4de5f9fc23
commit
c5891043ee
2 changed files with 2 additions and 2 deletions
|
@ -474,7 +474,7 @@ function setupLoadingScreen(visContainerDIV) {
|
|||
+ refreshPageImageLink
|
||||
+ '" /> 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);
|
||||
|
|
|
@ -40,7 +40,7 @@ function setupLoadingScreen() {
|
|||
+ refreshPageImageLink
|
||||
+ '" /> 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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue