removed automatic focus from reference strip, which caused HTML pages to jump unwantedly to the reference strip upon loading

This commit is contained in:
rvdb 2016-03-04 22:43:20 +01:00
parent 0fdebe052c
commit ef1e5c7d06

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 } );
}
},