Commit 2bb94988 by Sarina Canelake

Merge pull request #4166 from lduarte1991/lduarte-harvardx-pr5

Annotations Tools: Sharing Plugin Fixed with Proper URI
parents 3c37b972 98446d1c
......@@ -846,7 +846,6 @@ CatchAnnotation.prototype = {
var bounds = new OpenSeadragon.Rect(an.bounds.x, an.bounds.y, an.bounds.width, an.bounds.height);
osda.viewer.viewport.fitBounds(bounds, false);
console.log(an.target.container);
$('html,body').animate({scrollTop: $("#"+an.target.container).offset().top},
'slow');
//signifies a selected annotation once OSD has zoomed in on the
......
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