Skip to content

Commit

Permalink
#53 enable range request anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo committed Jun 18, 2014
1 parent 817370b commit 39e4200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reader_assets/js/pdfviewer-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $(function(){
var pdf_viewer = $('.pdfviewer');
if(pdf_url)
{
PDFJS.disableRange = false;
PDFJS.getDocument(pdf_url, null, null, downloadProgressHandler)
.then(function(pdf)
{
Expand Down

0 comments on commit 39e4200

Please # to comment.