mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge
This commit is contained in:
commit
4b8057bc53
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ function load() {
|
|||
pageDisplay = document.getElementById("pageNumber");
|
||||
infoDisplay = document.getElementById("info");
|
||||
pageNum = parseInt(queryParams().page) || 1;
|
||||
// open("compressed.tracemonkey-pldi-09.pdf");
|
||||
open("compressed.canvas.pdf");
|
||||
fileName = queryParams().file || "compressed.tracemonkey-pldi-09.pdf";
|
||||
open(fileName);
|
||||
}
|
||||
|
||||
function open(url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue