Merge pull request #1208 from VipSaran/master

fix for #1165 (Reference strip not updated for initially set page)
This commit is contained in:
Ian Gilman 2017-06-05 16:33:57 -07:00 committed by GitHub
commit e81e30c81c

View File

@ -530,6 +530,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
prefixUrl: this.prefixUrl, prefixUrl: this.prefixUrl,
viewer: this viewer: this
}); });
this.referenceStrip.setFocus( this._sequenceIndex );
} }
} }