Changeset 67:875a97f8b8da in AnnotationManagerN4J for src/main/webapp/annotationBrowser/js
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/annotationBrowser/js/annotation-core.js
r56 r67 18 18 19 19 function createLinkFromURI(uri){ 20 if (uri == null) return ""; 20 21 var docUri = uri.replace(docNamespace,viewerAddress); 21 22 docUri = docUri.replace("?pn","&pn"); … … 24 25 25 26 function getDCdata(path,obj){ 26 27 if (path == null) return; 27 28 var splitted = path.split("?"); 28 29 var docUri=splitted[0];
Note: See TracChangeset
for help on using the changeset viewer.