Ignore:
Timestamp:
Feb 22, 2014, 3:12:37 PM (10 years ago)
Author:
casties
Branch:
default
Message:

(hopefully) fixed issues with neo4j 2.0 transactions.

File:
1 edited

Legend:

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

    r37 r68  
    2020                  for (var i=0;i<rows.length;i++){
    2121                          var text=rows[i]['text'];
    22                           var author=rows[i]['user']['name'];
     22                          var author= (rows[i]['user'] != null) ? rows[i]['user']['name'] : 'NO USER';
    2323                          var docUri=createLinkFromURI(rows[i]['uri']);
    2424                         
Note: See TracChangeset for help on using the changeset viewer.