Skip to content
Snippets Groups Projects
Commit b6a4f7a8 authored by Glen Robson's avatar Glen Robson
Browse files

Fixing issue with testing search results

parent 252fc32d
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ $.SimpleASEndpoint = function (options) {
contentType: 'application/json; charset=utf-8',
success: function(data) {
this.annotationsList = data; // gmr
_this.annotationsList = data; // gmr
jQuery.each(_this.annotationsList, function(index, value) {
// Swap out URI of anno to shorter ID
value.fullId = value['@id'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment