Commit fdf4c44d authored by Kristof Csillag's avatar Kristof Csillag

Finished htmp<->pdf mapping

parent dd4780fa
......@@ -140,10 +140,9 @@ class Hypothesis extends Annotator
console.log "Loaded annotions for '" + href + "'."
for href in this.getSynonymURLs href
console.log "Also loading annotations for: " + href
# TODO: These two lines are untested! Probably won't work properly.
this.plugins.Store._apiRequest 'search', uri: href, (data) =>
console.log "Found " + data.total + " annotations here.."
this.loadAnnotations data.rows
this.plugins.Store._onLoadAnnotationsFromSearch data
# Dodge toolbars [DISABLE]
#@provider.getMaxBottom (max) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment