Skip to content

Commit

Permalink
Merge pull request #112 from esmero/giancarlobi-1upmode-patch
Browse files Browse the repository at this point in the history
Fix IAB 1up mode off sync
  • Loading branch information
DiegoPino authored Dec 21, 2020
2 parents 7e4ef5e + f972cfd commit 8bfcf42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/iiif-iabookreader_strawberry.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
bookId: node_uuid,
enableSearch: true,
searchInsideUrl: '/do/' + node_uuid + '/flavorsearch/all/ocr/',
padding: 11,
};
console.log('initializing IABookreader')
var br = new BookReader(options);
Expand Down

0 comments on commit 8bfcf42

Please sign in to comment.