Fixed the bug related to "loading up Co-Author/Co-PI" visualizations and their dependency on the domain name.

This commit is contained in:
bkoniden 2010-11-23 23:02:39 +00:00
parent dec86a43fa
commit 4bb68f332e
4 changed files with 29 additions and 11 deletions

View file

@ -58,6 +58,7 @@ var egoCoAuthorshipDataFeederURL = "${egoCoAuthorshipDataFeederURL}";
var egoCoAuthorsListDataFileURL = "${egoCoAuthorsListDataFileURL}";
var egoCoPIDataFeederURL = "${egoCoPIDataFeederURL}";
var contextPath = "${contextPath}";
var domainParam = "${requestScope.completeURL}";
// -->
</script>