Merge pull request #872 from rvdb/fix-page-jump

removed automatic focus from reference strip, which caused HTML pages…
This commit is contained in:
Ian Gilman 2016-03-07 09:44:23 -08:00
commit 7c5e7bf093

View File

@ -276,7 +276,6 @@ $.extend( $.ReferenceStrip.prototype, $.EventSource.prototype, $.Viewer.prototyp
}
this.currentPage = page;
$.getElement( element.id + '-displayregion' ).focus();
onStripEnter.call( this, { eventSource: this.innerTracker } );
}
},