mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge pull request #497 from notmasteryet/tree-20
removing onload from driver.js
This commit is contained in:
commit
abce61cb57
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ function load() {
|
||||||
};
|
};
|
||||||
r.send(null);
|
r.send(null);
|
||||||
}
|
}
|
||||||
documet.addEventListener('DOMContentLoaded', load);
|
|
||||||
|
|
||||||
function nextTask() {
|
function nextTask() {
|
||||||
if (currentTaskIdx == manifest.length) {
|
if (currentTaskIdx == manifest.length) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue