1. Complete fix for the short-url for visualization feature.

2. Refactored vis related code to make use of rebecca's isURIUsingDefaultNamespace function.
This commit is contained in:
cdtank 2011-04-29 22:30:21 +00:00
parent 87581aeefe
commit 692a94b44a
15 changed files with 116 additions and 92 deletions

View file

@ -763,7 +763,7 @@ function getVIVOURL(entityURI){
function getTemporalVisURL(entityURI) {
return temporalGraphCommonURL + "&uri=" + entityURI ;
return temporalGraphCommonURL + "?uri=" + entityURI ;
}
function getVIVOProfileURL(given_uri) {