Skip to content

Commit

Permalink
Update dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Mar 30, 2012
1 parent c736524 commit 4b7e9bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ <h3>Header Level 3</h3>
}
})
.addPlugin('Store', {
prefix: 'http://localhost:5000/api'
prefix: 'http://localhost:5000/api',
loadFromSearch: {
uri: 'http://localhost/annotator/dev.html'
},
annotationData: {
uri: 'http://localhost/annotator/dev.html'
}
});

}(jQuery));
Expand Down

0 comments on commit 4b7e9bf

Please sign in to comment.