1. Made changes to the coautho/copi link creator utility to first test for short-uri possibility.
This commit is contained in:
parent
29ca04f648
commit
0aeb7dc8f9
3 changed files with 86 additions and 16 deletions
|
@ -19,7 +19,7 @@ function getWellFormedURLs(given_uri, type) {
|
|||
|
||||
finalURL = $.ajax({
|
||||
url: contextPath + "/visualizationAjax",
|
||||
data: ({vis: "utilities", vis_mode: "PERSON_LEVEL_URL", uri: given_uri}),
|
||||
data: ({vis: "utilities", vis_mode: "COAUTHORSHIP_URL", uri: given_uri}),
|
||||
dataType: "text",
|
||||
async: false,
|
||||
success:function(data){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue