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:
parent
87581aeefe
commit
692a94b44a
15 changed files with 116 additions and 92 deletions
|
@ -763,7 +763,7 @@ function getVIVOURL(entityURI){
|
|||
|
||||
function getTemporalVisURL(entityURI) {
|
||||
|
||||
return temporalGraphCommonURL + "&uri=" + entityURI ;
|
||||
return temporalGraphCommonURL + "?uri=" + entityURI ;
|
||||
}
|
||||
|
||||
function getVIVOProfileURL(given_uri) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue