mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
bfd5487e81
1 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ var PDFView = {
|
||||||
var data = (xhr.mozResponseArrayBuffer || xhr.mozResponse ||
|
var data = (xhr.mozResponseArrayBuffer || xhr.mozResponse ||
|
||||||
xhr.responseArrayBuffer || xhr.response);
|
xhr.responseArrayBuffer || xhr.response);
|
||||||
|
|
||||||
document.getElementById('loading').style.display = "none";
|
document.getElementById('loading').style.display = 'none';
|
||||||
PDFView.load(data, scale);
|
PDFView.load(data, scale);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue