Ignore:
Timestamp:
Feb 21, 2014, 9:19:23 PM (10 years ago)
Author:
casties
Branch:
default
Message:

more quick fixes for neo4j 2.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/annotationBrowser/js/annotation-core.js

    r56 r67  
    1818
    1919function createLinkFromURI(uri){
     20    if (uri == null) return "";
    2021        var docUri = uri.replace(docNamespace,viewerAddress);
    2122        docUri = docUri.replace("?pn","&pn");
     
    2425
    2526function getDCdata(path,obj){
    26        
     27    if (path == null) return;
    2728        var splitted = path.split("?");
    2829        var docUri=splitted[0];
Note: See TracChangeset for help on using the changeset viewer.