1. Made changes to the coautho/copi link creator utility to first test for short-uri possibility.

This commit is contained in:
cdtank 2011-04-28 22:07:43 +00:00
parent 29ca04f648
commit 0aeb7dc8f9
3 changed files with 86 additions and 16 deletions

View file

@ -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){