From ef1e5c7d06262b68eb1de9ffaed8e392bda1dbe6 Mon Sep 17 00:00:00 2001 From: rvdb Date: Fri, 4 Mar 2016 22:43:20 +0100 Subject: [PATCH] removed automatic focus from reference strip, which caused HTML pages to jump unwantedly to the reference strip upon loading --- src/referencestrip.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/referencestrip.js b/src/referencestrip.js index 0743d365..9d88a6a3 100644 --- a/src/referencestrip.js +++ b/src/referencestrip.js @@ -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 } ); } },